summaryrefslogtreecommitdiff
path: root/pyserial/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pyserial/CHANGES.txt')
-rw-r--r--pyserial/CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt
index c08852f..3dee174 100644
--- a/pyserial/CHANGES.txt
+++ b/pyserial/CHANGES.txt
@@ -244,9 +244,14 @@ New Features:
- ``sendBreak()`` accepts a ``duration`` argument. Default duration increased.
+- 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)
+
Bugfixes:
- [Bug 1451535] TCP/serial redirect example "--help"
+- update VERSION variable
Bugfixes (posix):