From 103e68e27b1ee17fc8cc172d419960c167b749d7 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Tue, 25 Mar 2014 19:17:59 +0100 Subject: [PATCH] update changelog --- CHANGES.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e2ab157..7bca6c6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,17 @@ Changelog for Isso 0.8 (unreleased) ---------------- +- comment count requests are now bundled into a single POST request, but the old + API is still there (deprecated though). + +- store *session-key* in database (once generated on database creation). That + means links to activate, edit or delete comments are now always valid even + when you restart Isso. + + Currently statically set session keys in ``[general]`` are automatically + migrated into the database on startup and you will get a notice that you can + remove this option. + - fix undefined timestamp when client time differs for more than 1 second. The human-readable "time ago" deltas have been refined to match `Moment.js`_ behavior.