We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91465a9 commit 75f6af7Copy full SHA for 75f6af7
CHANGELOG.md
@@ -162,6 +162,7 @@ This release brings further improvements to Calendar types. It adds arithmetic a
162
* [Macro] Introduce `Macro.generate_arguments/2`
163
* [Map] Optimize `Map.merge/3` by choosing merging direction
164
* [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
166
* [MapSet] Reduce `MapSet` size when serialized to approximately half
167
* [Process] Add `Process.cancel_timer/2`
168
* [Protocol] Show available implementations on `Protocol.UndefinedError` if the protocol has been consolidated
0 commit comments