Skip to content

Commit 75f6af7

Browse files
committed
Mention BadMapError in Map.equal?/2 in the CHANGELOG
[ci skip] Closes #6288.
1 parent 91465a9 commit 75f6af7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ This release brings further improvements to Calendar types. It adds arithmetic a
162162
* [Macro] Introduce `Macro.generate_arguments/2`
163163
* [Map] Optimize `Map.merge/3` by choosing merging direction
164164
* [Map] Add `replace/3` and `replace!/3` for replacing an existing key
165+
* [Map] Raise `BadMapError` in `Map.equal?/2` when either of the two arguments is not a map
165166
* [MapSet] Reduce `MapSet` size when serialized to approximately half
166167
* [Process] Add `Process.cancel_timer/2`
167168
* [Protocol] Show available implementations on `Protocol.UndefinedError` if the protocol has been consolidated

0 commit comments

Comments
 (0)