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 a03639f commit e4ea0a6Copy full SHA for e4ea0a6
CHANGELOG.md
@@ -17,8 +17,11 @@
17
* [Mix] Start the application by default on escripts
18
19
* deprecations
20
+ * [Regex] `Regex.index/2` is deprecated in favor `Regex.run/3`
21
+ * [Kernel] `super` no longer supports implicit arguments
22
23
* backwards incompatible changes
24
+ * [Kernel] The `=~` operator now returns true or false instead of an index
25
26
# v0.9.1 (2013-05-30)
27
0 commit comments