-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from newAM/master
Update asyncio syntax and add a changelog.
- Loading branch information
Showing
5 changed files
with
74 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
Change Log | ||
########## | ||
|
||
`Unreleased`_ | ||
************* | ||
Added | ||
===== | ||
- Added a changelog. | ||
- Added Python 3.8 testing. | ||
|
||
Changed | ||
======= | ||
- Updated PyPi classifiers. | ||
- Updated asyncio syntax to use ``await`` and ``async def``. | ||
|
||
Deprecated | ||
========== | ||
|
||
Removed | ||
======= | ||
- Drop Python 3.4 support (EOL). | ||
|
||
Fixed | ||
===== | ||
- Allow ``TcpAdapter`` to recover from a lost connection. | ||
- Added a missing ``await`` for an ``asyncio.sleep``. | ||
- Fixed long_description field for PyPi releases, the README will now render. | ||
|
||
Security | ||
======== | ||
|
||
`0.4.14`_ 2020-09-27 | ||
******************** | ||
Changed | ||
======= | ||
- Removed `typing` requirement. | ||
|
||
.. _Unreleased: https://github.com/konikvranik/pyCEC/compare/v0.4.14..HEAD | ||
.. _0.4.14: https://github.com/konikvranik/pyCEC/releases/tag/v0.4.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters