Skip to content

Commit 6daca1b

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 9a3695c commit 6daca1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Bug fixes
1010
* [Atom] Inspect `:...` and `:foo@bar` without quoting
1111
* [File] Respect source directories terminating with "/" in `File.cp_r/3` with the same semantics as Unix
12+
* [Kernel] Ensure undefined `@attributes` shows proper stacktrace in warnings
1213
* [Kernel] Guarantee nullary funs/macros are allowed in guards
1314
* [Process] Ensure monitoring functions are inlined by the compiler
1415

@@ -17,8 +18,10 @@
1718
* [Record] Deprecate `to_keywords`, `getter` and `list getter` functionalities in `defrecordp`
1819

1920
* Backwards incompatible changes
21+
* [Dict] Implementations of `equal?/2` and `merge/2` in `HashDict` and `ListDict` are no longer polymorphic. To get polymorphism, use the functions in `Dict` instead
2022
* [Kernel] Remove `**` from the list of allowed operators
2123
* [Range] `Range` is no longer a record, instead use `first .. last` if you need pattern matching
24+
* [Set] Implementations of `difference/2`, `disjoint?/2`, `equal?/2`, `intersection/2`, `subset?/2` and `union/2` in `HashSet` are no longer polymorphic. To get polymorphism, use the functions in `Set` instead
2225

2326
# v0.12.2 (2014-01-15)
2427

0 commit comments

Comments
 (0)