Skip to content

Commit

Permalink
Add NEWS entry for JuliaLang#28156: add splitpath(p)
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Oct 1, 2018
1 parent 391f2dd commit 272d446
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Refer to the [Release Notes for
v0.7](https://github.com/JuliaLang/julia/blob/master/HISTORY.md) for a
detailed list of changes from Julia v0.6.

Library improvements
--------------------

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

Standard Library Changes
------------------------

Expand All @@ -28,4 +33,5 @@ Deprecated or removed

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

0 comments on commit 272d446

Please sign in to comment.