Skip to content

Commit

Permalink
move escape_string NEWS (from JuliaLang#38597) to the correct secti…
Browse files Browse the repository at this point in the history
…on [ci skip]
  • Loading branch information
stevengj authored and ElOceanografo committed May 4, 2021
1 parent edfe60f commit cb7bc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,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]).
* `escape_string` can now receive a collection of characters in the keyword
`keep` that are to be kept as they are. ([#38597])

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

* `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
`keep` that are to be kept as they are. ([#38597]).

#### Package Manager

Expand Down

0 comments on commit cb7bc03

Please sign in to comment.