summaryrefslogtreecommitdiff
path: root/pyserial/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pyserial/CHANGES.txt')
-rw-r--r--pyserial/CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt
index f16ba57..9826c62 100644
--- a/pyserial/CHANGES.txt
+++ b/pyserial/CHANGES.txt
@@ -25,3 +25,9 @@ Version 1.12 18 Feb 2002
Version 1.13 09 Apr 2002
Added alternate way for enabling rtscts (CNEW_RTSCTS is tried too)
If port opening fails, a SerialException is raised on all platforms
+
+Version 1.xx
+ added examples to archive
+ added non-blocking mode for timeout=0 (tnx Mat Martineau)
+ win32 does now return the remaining characters on timeout
+ \ No newline at end of file