]> git.lizzy.rs Git - enumset.git/blobdiff - RELEASES.md
Merge branch 'master' of github.com:Lymia/enumset
[enumset.git] / RELEASES.md
index 25201a87a181621b8a06a83388dca075397018e0..5a1e89438788980e488acdf92cb529284a18d98a 100644 (file)
@@ -1,4 +1,7 @@
-# Version 1.0.0 (2020-04-01) - Unreleased
+# Version 1.0.1 (2020-08-09)
+* Implemented `ExactSizeIterator` for `EnumSetIter`.
+
+# Version 1.0.0 (2020-04-06)
 
 ## Breaking Changes
 * **[WARNING: Potential silent breaking change]** Changed `EnumSet::insert` to
   panicking when the conversion cannot be done.
 * Added variants of `as_u128`/`from_u128` that truncate unknown bits instead
   of panicking.
+* Implemented `Extend<EnumSet<T>>` and `FromIterator<EnumSet<T>>` for
+  `EnumSet<T>`.
+* Added an `#[enumset(crate_name = "renamed_enumset")]` annotation for
+  handling renamed crates.
 
 ## Bugfixes
 * Fixed a bug where the procedural macro would fail on enums with a repr