update changelog

This commit is contained in:
Martin Zimmermann 2013-11-17 12:20:03 +01:00
parent 60d15e0f41
commit 97cc894d8c

View File

@ -17,10 +17,16 @@ Major improvements:
no longer automatically use SMTP for notifications if the initial connection
succeeds.
- add an option to prevent the client from appending the CSS to the document, #29
- new options to control the client integration
Enabled by default. Add `data-isso-css="false"` to the <script> tag to disable
this behavior.
* ``data-isso-css="false"`` prevents the client from appending the CSS to the
document. Enabled by default.
* ``data-isso-lang="de"`` overrides the useragent's preferred language (de, en
and fr are currently supported).
* ``data-isso-reply-to-self="true"`` should be set, when you allow reply to
own comments (see server configuration for details).
- add support for `gevent <http://www.gevent.org/>`_, a coroutine-based Python
networking library that uses greenlets (lightweight threads). Recommended
@ -38,6 +44,8 @@ Major improvements:
- french translation (thanks to @sploinga), #38
- support for multiple sites, part of #34
Minor improvements:
- `ipaddr` is now used as `ipaddress` fallback for Python 2.6 and 2.7, #32