summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-11-02 23:49:16 +0100
committerChris Liechti <cliechti@gmx.net>2015-11-02 23:49:16 +0100
commiteef7923ad775151f75c9590b66960ac7ac36a825 (patch)
tree17823396240c4945d37f3eeea2103ee1c1365bb3 /CHANGES.rst
parent7731e980d91a94bcad2b6f24beb7786561c946e8 (diff)
downloadpyserial-git-eef7923ad775151f75c9590b66960ac7ac36a825.tar.gz
doc update
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 007b3bd..1cd49bc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -561,6 +561,10 @@ Version 3.0b2 2015-11-xx
--------------------------
- minor fixes to setup.py (file list), inter_byte_timeout (not stored when
- passed to __init__), rfc2217 (behavor of close when open failed),
+ passed to __init__), rfc2217 (behavior of close when open failed),
list_ports (__str__)
+Bugfixes (win32):
+
+- [#27] fix race condition in ``read()``
+