Skip to content

Commit

Permalink
Add NEWS entry for JuliaLang#28156: add splitpath(p) (JuliaLang#29448)
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly authored and fredrikekre committed Oct 5, 2018
1 parent 3cc4b80 commit 1968b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Language changes
Standard Library Changes
------------------------

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

Compiler/Runtime improvements
-----------------------------
Expand All @@ -24,3 +25,4 @@ Deprecated or removed

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

0 comments on commit 1968b23

Please sign in to comment.