update changelog
This commit is contained in:
parent
60d15e0f41
commit
97cc894d8c
14
CHANGES.rst
14
CHANGES.rst
@ -17,10 +17,16 @@ Major improvements:
|
|||||||
no longer automatically use SMTP for notifications if the initial connection
|
no longer automatically use SMTP for notifications if the initial connection
|
||||||
succeeds.
|
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
|
* ``data-isso-css="false"`` prevents the client from appending the CSS to the
|
||||||
this behavior.
|
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
|
- add support for `gevent <http://www.gevent.org/>`_, a coroutine-based Python
|
||||||
networking library that uses greenlets (lightweight threads). Recommended
|
networking library that uses greenlets (lightweight threads). Recommended
|
||||||
@ -38,6 +44,8 @@ Major improvements:
|
|||||||
|
|
||||||
- french translation (thanks to @sploinga), #38
|
- french translation (thanks to @sploinga), #38
|
||||||
|
|
||||||
|
- support for multiple sites, part of #34
|
||||||
|
|
||||||
Minor improvements:
|
Minor improvements:
|
||||||
|
|
||||||
- `ipaddr` is now used as `ipaddress` fallback for Python 2.6 and 2.7, #32
|
- `ipaddr` is now used as `ipaddress` fallback for Python 2.6 and 2.7, #32
|
||||||
|
Loading…
Reference in New Issue
Block a user