summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-08-07 01:21:55 +0200
committerChris Liechti <cliechti@gmx.net>2015-08-07 01:21:55 +0200
commite47ffe59096484497320d2ec0514ebfe7be09666 (patch)
tree0577dd7f5695726f2b1eaefc7ecb232e3852c8f0 /CHANGES.rst
parenta422211c9f85df0c410baf3e6a1e9ef29c1ff30f (diff)
downloadpyserial-git-e47ffe59096484497320d2ec0514ebfe7be09666.tar.gz
[Bug pyserial:170] list_ports_posix not working properly for Cygwin
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 e9d4b42..0a973a5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -515,6 +515,7 @@ Version 3.x 2015-xx-xx
- remove set* functions, please use the properties instead
- RS485 support changed (rts_toggle removed, added serial.rs485 module and
rs485_mode property)
+- socket:// and rfc2217:// handlers use the IPv6 compatible socket.create_connection
- remove obsolete examples
- finish update to BSD license
- update links to point to github
@@ -532,6 +533,7 @@ Bugfixes (posix):
- [Patch pyserial:36 / 38] Make USB information work in python 3.4 and 2.7
- clear OCRNL/ONLCR flags (CR/LF translation settings)
- [Feature pyserial:38] RS485 Support
+- [Bug pyserial:170] list_ports_posix not working properly for Cygwin
Bugfixes (win32):