Skip to content

Commit

Permalink
move escape_string NEWS (from #38597) to the correct section [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Dec 26, 2020
1 parent dedf290 commit 729114f
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 729114f

Please sign in to comment.