Skip to content

Commit e4ea0a6

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent a03639f commit e4ea0a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717
* [Mix] Start the application by default on escripts
1818

1919
* deprecations
20+
* [Regex] `Regex.index/2` is deprecated in favor `Regex.run/3`
21+
* [Kernel] `super` no longer supports implicit arguments
2022

2123
* backwards incompatible changes
24+
* [Kernel] The `=~` operator now returns true or false instead of an index
2225

2326
# v0.9.1 (2013-05-30)
2427

0 commit comments

Comments
 (0)