Add `ping` and `pong` changes to changes.md

This commit is contained in:
Patrick Himmelmann 2019-09-09 12:56:14 +02:00
parent e6f8686155
commit bf011282ca
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
# Changes # Changes
## Unreleased
### Fixed
* Websockets: Ping and Pong should have binary data (#1049)
### Changed
* Make `ping` and `pong` methods of `WebsocketContext` take an `Into<Bytes>` argument
## [1.0.7] - 2019-08-29 ## [1.0.7] - 2019-08-29
### Fixed ### Fixed