mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-04-04 15:40:35 +00:00
Updated changelog for 0.3.0 release.
This commit is contained in:
parent
c85a6b7204
commit
f20ffcbc11
1 changed files with 12 additions and 0 deletions
12
CHANGES.rst
12
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue