This commit is contained in:
bluss
2017-11-04 11:57:17 +01:00
parent 55e250adb7
commit b3e5b1e1ac
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "arrayvec"
version = "0.4.5"
version = "0.4.6"
authors = ["bluss"]
license = "MIT/Apache-2.0"
+11
View File
@@ -22,6 +22,17 @@ __ https://docs.rs/arrayvec
Recent Changes (arrayvec)
-------------------------
- 0.4.6
- Fix compilation on 16-bit targets. This means, the 65536 array size is not
included on these targets.
- 0.3.24
- Fix compilation on 16-bit targets. This means, the 65536 array size is not
included on these targets.
- Fix license files so that they are both included (was fixed in 0.4 before)
- 0.4.5
- Add methods to ``ArrayString`` by @DenialAdams: