Skip to content

Commit 33ab289

Browse files
committed
Mention Path.expand/2 in the Changelog
1 parent 245bc09 commit 33ab289

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
@@ -23,10 +23,11 @@
2323
* [ExUnit] Handle exit messages from in ExUnit
2424
* [ExUnit] Failures on ExUnit's setup_all now invalidates all tests
2525
* [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
2727
* [Kernel] Ensure Elixir won't trip on empty receive blocks
2828
* [Kernel] `String.slice` now returns an empty string when out of range by 1
2929
* [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
3031
* [Regex] Fix badmatch with `Regex.captures(%r/(.)/g, "cat")`
3132
* [URI] Downcase host and scheme and URIs
3233

0 commit comments

Comments
 (0)