mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 08:12:59 +01:00
24 lines
365 B
Markdown
24 lines
365 B
Markdown
# Changes
|
|
|
|
## [0.1.4] - 2020-01-14
|
|
|
|
* Fix `AsRef<str>` impl
|
|
|
|
## [0.1.3] - 2020-01-13
|
|
|
|
* Add `PartialEq<T: AsRef<str>>`, `AsRef<[u8]>` impls
|
|
|
|
## [0.1.2] - 2019-12-22
|
|
|
|
* Fix `new()` method
|
|
|
|
* Make `ByteString::from_static()` and `ByteString::from_bytes_unchecked()` methods const.
|
|
|
|
## [0.1.1] - 2019-12-07
|
|
|
|
* Fix hash impl
|
|
|
|
## [0.1.0] - 2019-12-07
|
|
|
|
* Initial release
|