]> git.lizzy.rs Git - enumset.git/blobdiff - RELEASES.md
Added FromIterator/Extend operations for iterators of EnumSets.
[enumset.git] / RELEASES.md
index 25201a87a181621b8a06a83388dca075397018e0..ef8d51ce4e9a88e076fc54a046cc484491c6e020 100644 (file)
@@ -17,6 +17,8 @@
   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>`.
 
 ## Bugfixes
 * Fixed a bug where the procedural macro would fail on enums with a repr