summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyserial/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt
index 6624a74..f16ba57 100644
--- a/pyserial/CHANGES.txt
+++ b/pyserial/CHANGES.txt
@@ -22,3 +22,6 @@ Version 1.11 14 Feb 2002
Version 1.12 18 Feb 2002
Removed unneded constants to fix RH7.x problems.
+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