Skip to content

Commit

Permalink
NEWS for #28506, other NEWS edits
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Oct 20, 2018
1 parent 0552c7a commit ba054ea
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,23 @@ Julia v1.1.0 Release Notes
New language features
---------------------

* `CartesianIndices` can now be constructed from two `CartesianIndex`es `I` and `J` with `I:J` ([#29440]).
* `isnothing(::Any)` function can now be called to check whether something is a `Nothing`, returns a `Bool` ([#29679])

Language changes
----------------

Standard Library Changes
* Parser inputs ending with a comma are now consistently treated as incomplete.
Previously they were sometimes parsed as tuples, depending on whitespace ([#28506]).

New library functions
---------------------

* `splitpath(p::String)` function, which is the opposite of `joinpath(parts...)`: it splits a filepath into its components ([#28156]).
* `isnothing(::Any)` function, to check whether something is a `Nothing`, returns a `Bool` ([#29679]).

Standard library changes
------------------------

* New `splitpath(p::String)` function added, which is the opposite of `joinpath(parts...)`: it splits a filepath into its components ([#28156]).
* `CartesianIndices` can now be constructed from two `CartesianIndex`es `I` and `J` with `I:J` ([#29440]).

Compiler/Runtime improvements
-----------------------------
Expand Down

0 comments on commit ba054ea

Please sign in to comment.