You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,26 @@
4
4
5
5
* Enhancements
6
6
*[ExUnit] The test process now exits with `:shutdown` reason
7
+
*[Task] Log when tasks crash
7
8
8
9
* Bug fixes
10
+
*[Enum]`Enum.slice/2` and `Enum.slice/3` always returns a list (and never nil)
9
11
*[Kernel] Disambiguate (w)erl to (w)erl.exe
12
+
*[Mix] Ensure umbrella project is recompiled when a dependency inside an umbrella child changes
10
13
*[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
11
16
*[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)
13
19
14
20
* Soft deprecations (no warnings emitted)
15
21
16
22
* Deprecations
23
+
*[Mix]`:escript_*` options were moved into a single `:escript` group
0 commit comments