Skip to content

Commit

Permalink
0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Nov 4, 2017
1 parent 55e250a commit b3e5b1e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arrayvec"
version = "0.4.5"
version = "0.4.6"
authors = ["bluss"]
license = "MIT/Apache-2.0"

Expand Down
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b3e5b1e

Please sign in to comment.