|
|
|
@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. |
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
## [0.17.2] - 2022-03-23 |
|
|
|
|
### Fixed |
|
|
|
|
- The `Stream` implementation on `WebSocketStream` now implements |
|
|
|
|
`FusedStream` and will always return `None` after an error was returned or |
|
|
|
|
the stream was closed cleanly. |
|
|
|
|
- Fix autobahn testsuite. |
|
|
|
|
|
|
|
|
|
## [0.17.1] - 2022-03-01 |
|
|
|
|
### Fixed |
|
|
|
|
- Fix `poll_close` returning WouldBlock error kind. |
|
|
|
|