Skip to content

Commit ba054ea

Browse files
committed
NEWS for #28506, other NEWS edits
1 parent 0552c7a commit ba054ea

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

NEWS.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,23 @@ Julia v1.1.0 Release Notes
44
New language features
55
---------------------
66

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

108
Language changes
119
----------------
1210

13-
Standard Library Changes
11+
* Parser inputs ending with a comma are now consistently treated as incomplete.
12+
Previously they were sometimes parsed as tuples, depending on whitespace ([#28506]).
13+
14+
New library functions
15+
---------------------
16+
17+
* `splitpath(p::String)` function, which is the opposite of `joinpath(parts...)`: it splits a filepath into its components ([#28156]).
18+
* `isnothing(::Any)` function, to check whether something is a `Nothing`, returns a `Bool` ([#29679]).
19+
20+
Standard library changes
1421
------------------------
1522

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

1825
Compiler/Runtime improvements
1926
-----------------------------

0 commit comments

Comments
 (0)