summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-06-21 00:09:31 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-06-21 00:09:31 +0000
commit7943ed1be27ffa30d022337f0d75e19690194096 (patch)
tree8ee61bacdba9c857d6c2e640c0309077d8eb0ba1 /CHANGES.txt
parenta04cce906f1251f352dd3205041b676268851af1 (diff)
downloadpyserial-7943ed1be27ffa30d022337f0d75e19690194096.tar.gz
[patch 1924805] add a setBreak function (proposed files attached)
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@178 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4070096..e85c42b 100644
--- a/CHANGES.txt
+++ b/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):