From f20ffcbc11a7514bf22cf668ac0c06be2f7ffeb2 Mon Sep 17 00:00:00 2001 From: Tyson Clugg Date: Thu, 23 Apr 2015 15:01:53 +1000 Subject: [PATCH] Updated changelog for 0.3.0 release. --- CHANGES.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 36e332f..904582a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,18 @@ Change Log ========== +0.3.0 +----- +* New DB field: Connection.server_addr -- **you must `migrate` your + database after upgrading**. +* Cleanup connections on shutdown (and purge associated subscriptions). +* Make `dddp` management command a subclass of the `runserver` command + so that `staticfiles` work as expected. +* Fix non-threadsafe failure in serializer - now using thread local + serializer instance. +* Fix `unsubscribe` from publications. +* Fix `/schema` method call. + 0.2.5 ----- * Fix foreign key references in change messages to correctly reference