summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2014-08-04 10:12:48 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2014-08-04 10:12:48 +0000
commit4b6a5fc8257680f2afebf513e6ad7f54daece0b9 (patch)
tree87d9dfdc56b6dd36132025b6f759319cab44770c /CHANGES.txt
parentccf48ac4938cb2817050fa71dbeb8d28d218e6f7 (diff)
downloadpyserial-4b6a5fc8257680f2afebf513e6ad7f54daece0b9.tar.gz
[Bug pyserial:159] write() in serialcli.py not working with IronPython 2.7.4
doc changes git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@505 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8c31bab..96de156 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -476,6 +476,7 @@ Bugfixes (win32):
- [Bug pyserial:152] Cannot configure port, some setting was wrong. Can leave
port handle open but port not accessible
+
Version 2.8 2014-xx-xx
---------------------------
- [FTR pyserial:37] Support fileno() function in the socket protocol
@@ -494,3 +495,7 @@ Bugfixes (posix):
- [Bug pyserial:163] serial.tools.list_ports.grep() fails if it encounters None type
+Bugfixes (cli):
+
+- [Bug pyserial:159] write() in serialcli.py not working with IronPython 2.7.4
+