summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-08-05 03:21:38 +0200
committerChris Liechti <cliechti@gmx.net>2015-08-05 03:21:38 +0200
commit069d32af2faa7d5faa73bd88b4c0f42d816de00c (patch)
tree409617800dc829811a49442c2d4bead56b39f674 /CHANGES.rst
parentd240cf59fc632537a5303af5b9621f2aa92c5558 (diff)
downloadpyserial-git-069d32af2faa7d5faa73bd88b4c0f42d816de00c.tar.gz
[Bug pyserial:185] SocketSerial.read() never returns data when timeout==0
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 0a88ba0..367ccc6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -521,6 +521,7 @@ Version 3.x 2015-xx-xx
Bugfixes:
- [Bug pyserial:172] applySettingsDict() throws an error if the settings dictionary is not complete
+- [Bug pyserial:185] SocketSerial.read() never returns data when timeout==0
Bugfixes (posix):