From 1e7a4d43b2592a97b0f822e10a1f5cdd0024887f Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Mon, 11 Nov 2013 12:44:41 +0100 Subject: [PATCH] add Changelog for 0.5 (so far) --- CHANGES.rst | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7391b95..c888c27 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,39 @@ Changelog for Isso 0.5 (unreleased) ---------------- -- Nothing changed yet. +Major improvements: + +- `listen` option replaces `host` and `port` to support UNIX domain sockets, #25 + + Instead of `host = localhost` and `port = 8080`, use + `listen = http://localhost:8080`. To listen on a UNIX domain socket, replace + `http://` with `unix://`, e.g. `unix:///tmp/isso.sock`. + +- new option `notify` (in the general section) is used to choose (one or more) + notification backends (currently only SMTP is available, though). Isso will + 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 + + Enabled by default. Add `data-isso-css="false"` to the