summaryrefslogtreecommitdiff
path: root/pyserial/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pyserial/CHANGES.txt')
-rw-r--r--pyserial/CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt
index 4070096..e85c42b 100644
--- a/pyserial/CHANGES.txt
+++ b/pyserial/CHANGES.txt
@@ -240,7 +240,7 @@ Version 2.3 19 Jun 2008
New Features:
- iterator interface. ``for line in Serial(...): ...`` is now possible
- Sugested by Bernhard Bender
+ Suggested by Bernhard Bender
- ``sendBreak()`` accepts a ``duration`` argument. Default duration increased.
@@ -277,7 +277,10 @@ Version 2.4
---------------------------
New Features:
- [Patch 1616790] pyserial: Add inter-character timeout feature
+- [patch 1924805] add a setBreak function (proposed files attached)
+
Bugfixes:
Bugfixes (posix):
- [Bug 1783159] Arbitrary baud rates (Linux/Posix)
+
Bugfixes (win32):