summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e960e61..bf07879 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -647,10 +647,11 @@ Bugfixes (win32):
- win32: handle errors of GetOverlappedResult in read(), fixes #121
-Version 3.x.x 2016-xx-xx
+Version 3.2.0 2016-10-14
--------------------------
Improvements:
+- remove ``serial.aio`` in favor of separte package, ``pyserial-asyncio``
- add client mode to exmaple tcp_serial_redirect.py
- use of monotonic clock for timeouts, when available (Python 3.3 and up)
- [#169] arbitrary baudrate support for BSD family