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 1313 * [ Kernel] Rename ` ELIXIR_ERL_OPTS ` to ` ELIXIR_ERL_OPTIONS ` for consistency with ` ERL_COMPILER_OPTIONS `
1414 * [ OptionParser] Parse ` - ` as a plain argument
1515 * [ 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)
1617
1718* Soft deprecations (no warnings emitted)
1819 * [ Dict] ` Dict.Behaviour ` is deprecated in favor of ` Dict `
4344* Backwards incompatible changes
4445 * [ Exception] Exceptions now generate structs instead of records
4546 * [ 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
4748
4849# v0.13.2 (2014-05-11)
4950
You can’t perform that action at this time.
0 commit comments