mirror of https://github.com/fafhrd91/actix-web
Add `ping` and `pong` changes to changes.md
This commit is contained in:
parent
e6f8686155
commit
bf011282ca
10
CHANGES.md
10
CHANGES.md
|
@ -1,5 +1,15 @@
|
|||
# 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
|
||||
|
||||
### Fixed
|
||||
|
|
Loading…
Reference in New Issue