File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 13
13
* [ Kernel] Rename ` ELIXIR_ERL_OPTS ` to ` ELIXIR_ERL_OPTIONS ` for consistency with ` ERL_COMPILER_OPTIONS `
14
14
* [ OptionParser] Parse ` - ` as a plain argument
15
15
* [ OptionParser] ` -- ` is always removed from argument list on ` parse/2 ` and when it is the leading entry on ` parse_head/2 `
16
+ * [ Regex] Properly escape regex (previously regex controls were double escaped)
16
17
17
18
* Soft deprecations (no warnings emitted)
18
19
* [ Dict] ` Dict.Behaviour ` is deprecated in favor of ` Dict `
43
44
* Backwards incompatible changes
44
45
* [ Exception] Exceptions now generate structs instead of records
45
46
* [ OptionParser] Errors on parsing returns the switch and value as binaries (unparsed)
46
- * [ String] ` String.to_char_list/1 ` (previously deprecated) no longer returns a tuple and raises in case of failure
47
+ * [ String] ` String.to_char_list/1 ` (previously deprecated) no longer returns a tuple but the char list only and raises in case of failure
47
48
48
49
# v0.13.2 (2014-05-11)
49
50
You can’t perform that action at this time.
0 commit comments