1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-02-07 17:04:23 +01:00
actix-net/string/CHANGES.md

16 lines
235 B
Markdown
Raw Normal View History

2019-12-07 09:59:39 +06:00
# Changes
## [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
2019-12-07 11:51:47 +06:00
* Fix hash impl
## [0.1.0] - 2019-12-07
2019-12-07 09:59:39 +06:00
* Initial release