]> git.lizzy.rs Git - enumset.git/blob - RELEASES.md
Update RELEASES.md
[enumset.git] / RELEASES.md
1 # Version 0.3.14 (2018-11-09)
2
3 * Deprecated the `enum_set_type!` macro in favor of a custom derive.
4 * Added a way to avoid the automatic operator overloads derived from
5   EnumSetTypes.
6 * Fixed a major issue that would have prevented `enumset` from being used in
7   `#[no_std]` crates.
8 * Minimum required version is now 1.30.0+. There should be no more need to bump
9   the minimum Rust version in the forseeable future.
10
11 # Prior versions
12
13 No release notes were kept for prior versions.