summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-05-17 21:59:26 -0400
committerengn33r <engn33r@users.noreply.github.com>2021-05-17 21:59:26 -0400
commitb5ec9e9728d549258d9b9183c1857489bdf5c07f (patch)
treeb15fce45b53c007143a779d66ad677cfa85a86a9 /ChangeLog
parent3c04a5d49dbb7ef3e8934cc6eda06b28e69c3fab (diff)
downloadwebsocket-client-b5ec9e9728d549258d9b9183c1857489bdf5c07f.tar.gz
1.0.0v1.0.0
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