summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-09-22 23:16:07 +0200
committerChris Liechti <cliechti@gmx.net>2015-09-22 23:16:07 +0200
commitc2b26798cb0bf3a6db8f09a0e030dc725356fc48 (patch)
tree77e703a2ee2c89f38244b7a097fa6ea1ef1c8faa /CHANGES.rst
parentf565693c462d9987456fe22b44cce1a7b5036711 (diff)
downloadpyserial-git-c2b26798cb0bf3a6db8f09a0e030dc725356fc48.tar.gz
doc updates
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index eee7edc..cd85cc1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -503,10 +503,10 @@ Bugfixes (cli):
- [Bug pyserial:159] write() in serialcli.py not working with IronPython 2.7.4
-Version 3.0a 2015-xx-xx
+Version 3.0a0 2015-09-22
--------------------------
-- Starting from this release, only Python 2.7 and 3.4 (or newer) are supported.
+- Starting from this release, only Python 2.7 and 3.2 (or newer) are supported.
The source code is compatible to the 2.x and 3.x series without any changes.
The support for earlier Python versions than 2.7 is removed, please refer to
the pyserial-legacy (V2.x) series if older Python versions are a
@@ -531,6 +531,8 @@ Version 3.0a 2015-xx-xx
- miniterm: changed command line options
- miniterm: support encodings on serial port
- miniterm: new transformations, by default escape/convert all control characters
+- list_ports: improved, added USB location (Linux, Win32)
+- refactored code
Bugfixes: