summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-06-18 23:07:53 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-06-18 23:07:53 +0000
commitaee11b130283749abd9e10623bf82e6cea745045 (patch)
tree20b4b72259ac2d28dc409923fea99625b9843f9d /CHANGES.txt
parent7ce86461893e72af3b06cf399070c4831acdb1cb (diff)
downloadpyserial-aee11b130283749abd9e10623bf82e6cea745045.tar.gz
doc update
setuptools support git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@167 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c23f406..0d2eeb9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -244,6 +244,9 @@ New Features:
- ``sendBreak()`` accepts a ``duration`` argument. Default duration increased.
+- update wxSerialConfigDialog.py and wxTerminal.py compatibility with
+ wxPythoon 2.8 (Peleg)
+
- miniterm.py has a new feature to send a file (upload) and configurable
special characters for exit and upload. Refactored internals to class based
structure (upload and class refactoring by Colin D Bennett)