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 e33de4b commit 6a7445fCopy full SHA for 6a7445f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "arrayvec"
3
-version = "0.4.1"
+version = "0.4.2"
4
authors = ["bluss"]
5
license = "MIT/Apache-2.0"
6
README.rst
@@ -22,6 +22,10 @@ __ https://bluss.github.io/arrayvec
22
Recent Changes (arrayvec)
23
-------------------------
24
25
+- 0.4.2
26
+
27
+ - Add constructor method ``new`` to ``CapacityError``.
28
29
- 0.4.1
30
31
- Add ``Default`` impl to ``ArrayString`` by @tbu-
0 commit comments