mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Update CHANGES.rst
This commit is contained in:
parent
b2eb2d4436
commit
bcccac1da7
1 changed files with 15 additions and 1 deletions
16
CHANGES.rst
16
CHANGES.rst
|
|
@ -4,7 +4,21 @@ Change Log
|
|||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to `Semantic Versioning <http://semver.org/>`_.
|
||||
|
||||
0.19.1 (2015-12-16)
|
||||
0.19.1 (2016-01-XX)
|
||||
-------------------
|
||||
* Reduce wheel size from 204KB to 68KB by removing dddp.test package.
|
||||
* Reduce sdist size from 10MB to 209KB by removing Meteor build from
|
||||
test suite.
|
||||
* Improve test suite with coverage now 62% when tested via Travis CI.
|
||||
* Dropped support for Python 3.3.
|
||||
* Fix for #3 -- drop support for Django 1.7, add support for Django 1.9
|
||||
- thanks @schinckel.
|
||||
* Re-raise exceptions from DDP WebSocket handlers rather than swallowing
|
||||
them.
|
||||
* Fix for #33 -- Add `meteor_autoupdate_clientVersions` publication.
|
||||
|
||||
|
||||
0.19.0 (2015-12-16)
|
||||
-------------------
|
||||
* Dropped support for Django 1.7 (support expired on December 1 2015,
|
||||
see https://www.djangoproject.com/download/#supported-versions).
|
||||
|
|
|
|||
Loading…
Reference in a new issue