mirror of https://github.com/fafhrd91/actix-web
Update actix-http/Changes.md
This commit is contained in:
parent
d410296ae0
commit
30243c2c3d
|
@ -7,6 +7,8 @@
|
||||||
* Implement `std::error::Error` for our custom errors [#1422]
|
* Implement `std::error::Error` for our custom errors [#1422]
|
||||||
* Remove `failure` support for `ResponseError` since that crate
|
* Remove `failure` support for `ResponseError` since that crate
|
||||||
will be deprecated in the near future.
|
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
|
[#1422]: https://github.com/actix/actix-web/pull/1422
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue