summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-08-19 01:50:49 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-08-19 01:50:49 +0000
commitaa1663f080ffe2616b2081df907bd7bfa3e8e0d9 (patch)
tree226965c1e17b8f2f3d3c2c58cdfae49637af1f74 /CHANGES.txt
parent4d09a44add7f55724d63fb9339a07e467d7487d2 (diff)
downloadpyserial-aa1663f080ffe2616b2081df907bd7bfa3e8e0d9.tar.gz
new protocol "hwgrep://<regexp>"
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@416 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 70ddba6..47f8fbc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -409,6 +409,8 @@ New Features:
to add protocols w/o editing files. The list
``serial.protocol_handler_packages`` can be used to add or remove user
packages with protocol handlers (see docs for details).
+- new URL type: hwgrep://<regexp> uses list_ports module to search for ports
+ by their description
Bugfixes: