summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-06-10 00:08:06 +0200
committerChris Liechti <cliechti@gmx.net>2016-06-10 00:08:06 +0200
commit5d772fcd6969652fb8f2361f1fd5c1c5884e7a80 (patch)
tree396e433539918259d458351a6c84fc3eaeff309e /CHANGES.rst
parent279201b57db50b3990f9efea941572c86e3f432e (diff)
downloadpyserial-git-5d772fcd6969652fb8f2361f1fd5c1c5884e7a80.tar.gz
cli: rename to _reconfigure_port, fixes #127
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 25bf49e..fbb8ce2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -634,6 +634,8 @@ Improvements:
Bugfixes:
- [#122] fix bug in FramedPacket
+- [#127] The Serial class in the .NET/Mono (IronPython) backend does not
+ implement the _reconfigure_port method
Bugfixes (posix):