Skip to content

Commit

Permalink
move NEWS from JuliaLang#38675 to the correct section [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Dec 26, 2020
1 parent 729114f commit 70e00a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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]).

Language changes
----------------
Expand Down Expand Up @@ -38,6 +37,7 @@ New library features
Standard library changes
------------------------

* `count` and `findall` now accept an `AbstractChar` argument to search for a character in a string ([#38675]).
* `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 70e00a6

Please sign in to comment.