X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/2d5be08822c6b533ba40835a639ae2f0ca470ad7..8bc7c76088639ab3a65a642f5d79ce20ef20e2f4:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0841cfa..bb19bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ - Implement `Default` on `Map` (not just on `RawMap`) +- The implementation of `Into>` for `Map` has been + replaced with the more general `From>` for `RawMap`. + - Worked around the spurious `where_clauses_object_safety` future-compatibility lint that has been raised since mid-2018. If you put `#![allow(where_clauses_object_safety)]` on your binary crates for this reason, you can remove it.