aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2020-07-14 04:16:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-14 04:16:32 +0000
commit9e908cd8b17b2231e6f526b68c7f2e830422f04d (patch)
treea1e903569e7b07558c4eef2bcef8542201d7906c /CHANGELOG.md
parent2bfd8bc8ca71d34cd6af7672edab48a954c14fe7 (diff)
parent815f544e751e7b3cdc563ca0c97849f7decf782f (diff)
downloadbytes-9e908cd8b17b2231e6f526b68c7f2e830422f04d.tar.gz
Merge "Upgrade rust/crates/bytes to 0.5.5"android-r-beta-3android-r-beta-2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21a51ab..5e6a032 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 0.5.5 (June 18, 2020)
+
+### Added
+- Allow using the `serde` feature in `no_std` environments (#385).
+
+### Fix
+- Fix `BufMut::advance_mut` to panic if advanced passed the capacity (#354)..
+- Fix `BytesMut::freeze` ignoring amount previously `advance`d (#352).
+
# 0.5.4 (January 23, 2020)
### Added