Skip to content

Commit 691c5b7

Browse files
committed
Add NEWS entry for JuliaLang#28156: add splitpath(p)
1 parent 37ab710 commit 691c5b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

+2
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)