2019-12-07 04:59:39 +01:00
|
|
|
# Changes
|
|
|
|
|
2020-03-30 07:54:40 +02:00
|
|
|
## [0.1.5] - 2020-03-30
|
|
|
|
|
|
|
|
* Serde support
|
|
|
|
|
2020-01-15 00:06:02 +01:00
|
|
|
## [0.1.4] - 2020-01-14
|
|
|
|
|
|
|
|
* Fix `AsRef<str>` impl
|
|
|
|
|
2020-01-13 06:58:31 +01:00
|
|
|
## [0.1.3] - 2020-01-13
|
|
|
|
|
|
|
|
* Add `PartialEq<T: AsRef<str>>`, `AsRef<[u8]>` impls
|
|
|
|
|
2019-12-22 13:24:28 +01:00
|
|
|
## [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 06:51:47 +01:00
|
|
|
|
|
|
|
* Fix hash impl
|
|
|
|
|
2019-12-22 13:24:28 +01:00
|
|
|
## [0.1.0] - 2019-12-07
|
2019-12-07 04:59:39 +01:00
|
|
|
|
|
|
|
* Initial release
|