From 459e5a795628185cbbd78df474bab15cbe5e1057 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Fri, 4 Mar 2016 19:00:22 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9852e5..b3d2138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,22 @@ Changelog ========= -0.4 (2015-07-07) +0.5 (2016-03-04) ---------------- Bugfixes: -* Correctly handle prompt=None -* Explicit ValueError if reusing already-submitted report +* Always use 3 digits for milliseconds in WSGI server (makes sure they are in order) Features: * Introduce `read_config()` and `write_config()` methods for overloading with your app's specific config system +* `enableable` and `disableable` now can be used to set status of buttons in an interface + +0.4 (2015-07-07) +---------------- + +Bugfixes: +* Correctly handle prompt=None +* Explicit ValueError if reusing already-submitted report 0.3 (2014-12-18) ----------------