Skip to content

Commit

Permalink
bump to alpha-6
Browse files Browse the repository at this point in the history
  • Loading branch information
TyOverby committed Mar 18, 2017
1 parent d8eac92 commit f4ea843
Show file tree
Hide file tree
Showing 2 changed files with 7 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 = "bincode"
version = "1.0.0-alpha5"
version = "1.0.0-alpha6"
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Daniel Griffen"]

repository = "https://github.com/TyOverby/bincode"
Expand Down
6 changes: 6 additions & 0 deletions changelist.org
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@
** Moved serde functions into global module
Since serde is the only supported serialization mechanism, it makes sense to have these
functions available at the top level.

** Added the ability to chose your own endian encoding.
This functionality is located in the endian_choice module.

** Changed SizeLimit to be a trait instead of an enum
Mostly for performance reasons.

0 comments on commit f4ea843

Please sign in to comment.