From 40c554265bd3ed431488b862cab5781a38bbe5c6 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Fri, 1 Nov 2013 16:45:39 +0100 Subject: [PATCH] changelog for 0.3 --- CHANGES.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d5f0c87..57587cd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,17 @@ Changelog for Isso ================== -0.3 (unreleased) +0.3 (2013-11-01) ---------------- -- Nothing changed yet. +- improve initial comment loading performance in the client +- cache slow REST requests, see #18 +- add a SQLite trigger that detects and removes stale threads (= threads, + with all comments being removed) from the database when a comment is + removed. +- PyPi releases now include an uncompressed version of the JavaScript + files -- `embed.dev.js` and `count.dev.js` -- to track down errors. +- use uWSGI's internal locking instead of a self-made shared memory lock 0.2 (2013-10-29)