Skip to content

Commit

Permalink
Move the NEWS to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman authored Jan 7, 2021
1 parent 0c5fc36 commit 307d59b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Julia v1.7 Release Notes

New language features
---------------------
* `count` and `findall` now accept an `AbstractChar` argument to search for a character in a string ([#38675]).
* `range` now supports `start` as an optional keyword argument ([#38041]).

Language changes
----------------
Expand Down Expand Up @@ -42,6 +40,7 @@ Standard library changes
------------------------

* `count` and `findall` now accept an `AbstractChar` argument to search for a character in a string ([#38675]).
* `range` now supports `start` as an optional keyword argument ([#38041]).
* `islowercase` and `isuppercase` are now compliant with the Unicode lower/uppercase categories ([#38574]).
* `iseven` and `isodd` functions now support non-`Integer` numeric types ([#38976]).
* `escape_string` can now receive a collection of characters in the keyword
Expand Down

0 comments on commit 307d59b

Please sign in to comment.