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