Add From<BTreeSet> and From<HashSet> for Dynamic.

This commit is contained in:
Stephen Chung
2021-06-30 11:08:29 +08:00
parent fc0256aff9
commit f033896fec
3 changed files with 36 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ Version 1.0.0
The official version `1.0`.
Almost the same version as `0.20.3` but with deprecated API removed.
Almost the same version as `0.20.3` but with deprecated API's removed.
Breaking changes
----------------
@@ -18,6 +18,7 @@ Enhancements
------------
* New methods `is_odd`, `is_even` for integers, and `is_zero` for all numbers.
* `From<BTreeSet>` and `From<HashSet>` are added for `Dynamic`, which create object maps with `()` values.
Version 0.20.3