summaryrefslogtreecommitdiff
path: root/pyserial/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pyserial/CHANGES.txt')
-rw-r--r--pyserial/CHANGES.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt
new file mode 100644
index 0000000..9772a46
--- /dev/null
+++ b/pyserial/CHANGES.txt
@@ -0,0 +1,18 @@
+Version 1.0 13 Feb 2002
+ First public release.
+ Split from the pybsl application (see mspgcc.sourceforge.net)
+
+ New Features:
+ - Added Jython support
+
+Version 1.1 14 Feb 2002
+ Bugfixes:
+ - Win32, when not specifying a timeout
+ - Typos in the Docs
+
+ New Features:
+ - added serialutil which provides a base class for the Serial objects.
+
+ - readline, readlines, writelines and flush are now supported
+ see README.txt for deatils.
+ \ No newline at end of file