This commit is contained in:
Sean McArthur
2020-07-13 17:58:36 -07:00
parent 025bec2954
commit 6fdb7391ce
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
# 0.5.6 (July 13, 2020)
- Improve `BytesMut` to reuse buffer when fully `advance`d.
- Mark `BytesMut::{as_mut, set_len}` with `#[inline]`.
- Relax synchronization when cloning in shared vtable of `Bytes`.
- Move `loom` to `dev-dependencies`.
# 0.5.5 (June 18, 2020)
### Added