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 23
23
* [ ExUnit] Handle exit messages from in ExUnit
24
24
* [ ExUnit] Failures on ExUnit's setup_all now invalidates all tests
25
25
* [ Kernel] Ensure we don't splice keyword args unecessarily
26
- * [ Kernel] Private functions used by private macros no longer emit an unused warning
26
+ * [ Kernel] Private functions used by private macros no longer emit an unused warning
27
27
* [ Kernel] Ensure Elixir won't trip on empty receive blocks
28
28
* [ Kernel] ` String.slice ` now returns an empty string when out of range by 1
29
29
* [ Mix] Generate manifest files after compilation to avoid depending on directory timestamps and to remove unused .beam files
30
+ * [ Path] ` Path.expand/2 ` now correctly expands ` ~ ` in the second argument
30
31
* [ Regex] Fix badmatch with ` Regex.captures(%r/(.)/g, "cat") `
31
32
* [ URI] Downcase host and scheme and URIs
32
33
You can’t perform that action at this time.
0 commit comments