summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-10-10 02:51:02 +0200
committerChris Liechti <cliechti@gmx.net>2016-10-10 02:51:02 +0200
commitd1fb2272f1bb456087a2a3ea3f76fd1410ee14db (patch)
tree5b589fed08d2c625016e873477ac4b54ea7c3299
parent21a306b77630116b052d53fc7a4deddaccec4d40 (diff)
downloadpyserial-git-d1fb2272f1bb456087a2a3ea3f76fd1410ee14db.tar.gz
docs: update CHANGES.rst
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d03cefa..e960e61 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -653,12 +653,15 @@ Improvements:
- 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
+- improve tests, improve ``loop://``
Bugfixes:
- [#137] Exception while cancel in miniterm (python3)
- [#143] Class Serial in protocol_loop.py references variable before assigning
to it
+- [#149] Python 3 fix for threaded.FramedPacket
Bugfixes (posix):
@@ -668,4 +671,6 @@ Bugfixes (posix):
Bugfixes (win32):
+- [#144] Use Unicode API for list_ports
+- [#145] list_ports_windows: support devices with only VID
- [#162] Write in non-blocking mode returns incorrect value on windows