summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-06-11 21:27:15 +0200
committerChris Liechti <cliechti@gmx.net>2016-06-11 21:27:15 +0200
commit8643e502f13c8e5a2f5a776deb05bcb9b125828b (patch)
tree723581229ea94b6c580e2cdf6b98f816c8e9e081 /CHANGES.rst
parent5d772fcd6969652fb8f2361f1fd5c1c5884e7a80 (diff)
downloadpyserial-git-8643e502f13c8e5a2f5a776deb05bcb9b125828b.tar.gz
fix: avoid Python 3 syntax in aio module
fixes #123 and fixes #128
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index fbb8ce2..ffc65d7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -636,6 +636,7 @@ Bugfixes:
- [#122] fix bug in FramedPacket
- [#127] The Serial class in the .NET/Mono (IronPython) backend does not
implement the _reconfigure_port method
+- [#123, #128] Avoid Python 3 syntax in aio module
Bugfixes (posix):