summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cbce157..92995cb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -436,11 +436,15 @@ Bugfixes (win32):
Version 2.7 2012-nn-nn
---------------------------
+- Win32: setRTS and setDTR can be called before the port is opened and it will
+ set the initial state on port open.
+- Posix: add platform specific method: outWaiting (already pesent for Win32)
+- Posix: rename flowControl to setXON to match name on Win32, add
+ flowControlOut function
Bugfixes (posix):
- [Patch 3462364] Fix: NameError: global name 'base' is not defined
-- add platform specific method: outWaiting
Bugfixes (win32):