Skip to content

Commit ee91be5

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 90951be commit ee91be5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,26 @@
44

55
* Enhancements
66
* [ExUnit] The test process now exits with `:shutdown` reason
7+
* [Task] Log when tasks crash
78

89
* Bug fixes
10+
* [Enum] `Enum.slice/2` and `Enum.slice/3` always returns a list (and never nil)
911
* [Kernel] Disambiguate (w)erl to (w)erl.exe
12+
* [Mix] Ensure umbrella project is recompiled when a dependency inside an umbrella child changes
1013
* [OptionParser] Do not allow underscores in option names
14+
* [Path] Fix path expansion of `"/.."`
15+
* [Path] Do not match files starting with `.` in `Path.wildcard/2` by default
1116
* [Process] `Process.info(pid, :registered_name)` returns `{:registered_name, nil}` if there is no registered name
12-
* [Task] Log when tasks crash
17+
* [String] `Enum.slice/2` and `Enum.slice/3` always returns a list (and never nil)
18+
* [URI] `encode/1` does not escape reserved/unreserved characters by default nor encodes whitespace as `+` (check `URI.encode_www_form/1` and `URI.decode_www_form/1` for previous behaviour)
1319

1420
* Soft deprecations (no warnings emitted)
1521

1622
* Deprecations
23+
* [Mix] `:escript_*` options were moved into a single `:escript` group
1724

1825
* Backwards incompatible changes
26+
* [Kernel] Remove `get_in/1`
1927

2028

2129
## v0.14.0 (2014-06-08)

0 commit comments

Comments
 (0)