Skip to content

Commit 82d568c

Browse files
committed
docs: update CHANGES.rst
1 parent fd70a55 commit 82d568c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGES.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,3 +710,27 @@ Bugfixes (posix):
710710
Bugfixes (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

0 commit comments

Comments
 (0)