summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-08-10 01:42:59 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-08-10 01:42:59 +0000
commit60ae79204cc011d712581895527bbf56d3a866b5 (patch)
treea483d3bb45e5e548fa98ff9d3897998b8989c3c2
parent7053b23d8808f5ecee1b318c743b9de38c184e4e (diff)
downloadpyserial-git-60ae79204cc011d712581895527bbf56d3a866b5.tar.gz
update changes
-rw-r--r--pyserial/CHANGES.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt
index ef3ded2..6b28b6e 100644
--- a/pyserial/CHANGES.txt
+++ b/pyserial/CHANGES.txt
@@ -313,8 +313,10 @@ New Features:
- add scanlinux.py example
- add port_publisher example
- experimental RFC-2217 client support (serial.rfc2217.Serial, see docs)
-- experimental RFC-2217 server support (examples/tcp_serial_redirector.py)
-- ``serial.serial_for_url`` factory function
+- experimental RFC-2217 server support (examples/rfc2217_server.py)
+- add ``serial.serial_for_url`` factory function (support for native ports and
+ ``rfc2217``, ``socket`` and ``loop`` URLs)
+- add ``getSettingsDict`` and ``applySettingsDict`` serial object methods
Bugfixes: