Skip to content

Commit cc9783a

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent e566d7c commit cc9783a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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`
@@ -43,7 +44,7 @@
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

0 commit comments

Comments
 (0)