summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17a647a..c6b5548 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
ChangeLog
============
+- 1.0.0
+
+ - Removed Python 2 code, now only Python 3 compatible (d45343b, b7c5733, ff67af8)
+ - Use semver for release versions, unlike breaking release 0.58.0 (#669)
+ - Enhance enableTrace output (13e83b4)
+ - Improve unit tests to over 80% code coverage (1679ab0, a00dd2d, etc.)
+ - Fix old _app.py close status code bug (#686)
+ - Replace select import with selectors (#568)
+
- 0.59.0
- Last main release to support Python 2