File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -710,3 +710,27 @@ Bugfixes (posix):
710710Bugfixes (win32):
711711
712712- [#194] spurious write fails with ERROR_SUCCESS
713+
714+
715+ Version 3.4 2017-07-xx
716+ ------------------------
717+ Improvements:
718+
719+ - miniterm: suspend function (temporarily release port, :kbd: `Ctrl - T s `)
720+ - [#240] context manager automatically opens port on ``__enter__ ``
721+ - [#141] list_ports: add interface number to location string
722+ - [#225] protocol_socket: Retry if ``BlockingIOError `` occurs in
723+ ``reset_input_buffer ``.
724+
725+ Bugfixes:
726+
727+ - [#153] list_ports: option to include symlinked devices
728+ - [#237] workaround for special characters in port names in port list
729+
730+ Bugfixes (posix):
731+
732+ - allow calling cancel functions w/o error if port is closed
733+ - [#220] protocol_socket: sync error handling with posix version
734+ - [#227] posix: ignore more blocking errors and EINTR, timeout only
735+ applies to blocking I/O
736+ - [#228] fix: port_publisher typo
You can’t perform that action at this time.
0 commit comments