Update actix-http/Changes.md

This commit is contained in:
Huston Bokinsky 2020-04-23 09:55:58 -07:00
parent d410296ae0
commit 30243c2c3d
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
* Implement `std::error::Error` for our custom errors [#1422]
* Remove `failure` support for `ResponseError` since that crate
will be deprecated in the near future.
* Fix a mistake in the encoding of websocket continuation messages wherein
Item::FirstText and Item::FirstBinary are each encoded as the other.
[#1422]: https://github.com/actix/actix-web/pull/1422