From bcccac1da76907daccfcd8919cbfa7fbbd99d82d Mon Sep 17 00:00:00 2001 From: Tyson Clugg Date: Thu, 7 Jan 2016 11:39:39 +1100 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index cd6557e..cd79b36 100644 --- a/CHANGES.rst +++ b/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 `_. -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).