summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-07-23 23:51:51 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-07-23 23:51:51 +0000
commit62039fb5ae3c04fa9319f1e3118df7287eb9773a (patch)
treed2541cba553dd8755080f184d73914ff895b156c /CHANGES.txt
parent070f8bae2461ec6fc7a89c1e6bc86b2c74ef3db6 (diff)
downloadpyserial-62039fb5ae3c04fa9319f1e3118df7287eb9773a.tar.gz
separate code to set non standard baudrates as is depends on the platform
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@238 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b1b366c..ac44032 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -316,6 +316,7 @@ Bugfixes:
Bugfixes (posix):
- [Bug 2810169] Propagate exceptions raised in serialposix _reconfigure
+- [Bug 2562610] setting non standard baud rates on Darwin (Emmanuel Blot)
Bugfixes (win32):