Skip to content

Commit 1968b23

Browse files
NHDalyfredrikekre
authored andcommitted
Add NEWS entry for #28156: add splitpath(p) (#29448)
1 parent 3cc4b80 commit 1968b23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Language changes
1313
Standard Library Changes
1414
------------------------
1515

16+
* New `splitpath(p::String)` function added, which is the opposite of `joinpath(parts...)`: it splits a filepath into its components ([#28156]).
1617

1718
Compiler/Runtime improvements
1819
-----------------------------
@@ -24,3 +25,4 @@ Deprecated or removed
2425

2526
<!--- generated by NEWS-update.jl: -->
2627
[#29440]: https://github.com/JuliaLang/julia/issues/29440
28+
[#28156]: https://github.com/JuliaLang/julia/issues/28156

0 commit comments

Comments
 (0)