We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e9d5c commit 21ed332Copy full SHA for 21ed332
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+# 1.4.0 (January 31, 2023)
2
+
3
+### Added
4
5
+- Make `IntoIter` constructor public (#581)
6
7
+### Fixed
8
9
+- Avoid large reallocations when freezing `BytesMut` (#592)
10
11
+### Documented
12
13
+- Document which functions require `std` (#591)
14
+- Fix duplicate "the the" typos (#585)
15
16
# 1.3.0 (November 20, 2022)
17
18
### Added
Cargo.toml
@@ -4,7 +4,7 @@ name = "bytes"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create "v1.x.y" git tag.
-version = "1.3.0"
+version = "1.4.0"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",
0 commit comments