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) ----------------