mirror of https://github.com/fafhrd91/actix-net
Update changelog
This commit is contained in:
parent
5e1b4546c3
commit
19f6190f5d
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
- Minimum supported Rust version (MSRV) is now 1.57.
|
- Minimum supported Rust version (MSRV) is now 1.57.
|
||||||
|
- Add `ByteString::slice_ref` which can safely slice a `ByteString` into a new one with zero copy. [#470]
|
||||||
|
|
||||||
|
[#470]: https://github.com/actix/actix-net/pull/470
|
||||||
|
|
||||||
## 1.1.0 - 2022-06-11
|
## 1.1.0 - 2022-06-11
|
||||||
- Implement `From<Box<str>>` for `ByteString`. [#458]
|
- Implement `From<Box<str>>` for `ByteString`. [#458]
|
||||||
|
|
Loading…
Reference in New Issue