summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-06-05 23:45:54 +0200
committerChris Liechti <cliechti@gmx.net>2016-06-05 23:45:54 +0200
commita9d9b3db83d4333c5a16ead57ba8781a46c784d7 (patch)
tree68ddffd97b29405e64fa4c37c40c6b30d525e9c8
parent5984842cc5f785c181c2655425e40026344b4fee (diff)
downloadpyserial-git-a9d9b3db83d4333c5a16ead57ba8781a46c784d7.tar.gz
doc: update CHANGES.txt
-rw-r--r--CHANGES.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 77055be..cf4f6ce 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -621,3 +621,16 @@ Bugfixes (win32):
- fix bad super call and duplicate old-style __init__ call
- [#80] list_ports: Compatibility issue between Windows/Linux
+
+
+
+Version 3.x.y 2016-nn-nn
+--------------------------
+Improvements:
+
+- deprecate ``nonblocking()`` method on posix, the port is already in this
+ mode.
+
+Bugfixes:
+
+- [#122] fix bug in FramedPacket