Skip to content

Commit 729114f

Browse files
authored
move escape_string NEWS (from #38597) to the correct section [ci skip]
1 parent dedf290 commit 729114f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Julia v1.7 Release Notes
44
New language features
55
---------------------
66
* `count` and `findall` now accept an `AbstractChar` argument to search for a character in a string ([#38675]).
7-
* `escape_string` can now receive a collection of characters in the keyword
8-
`keep` that are to be kept as they are. ([#38597])
97

108
Language changes
119
----------------
@@ -42,6 +40,8 @@ Standard library changes
4240

4341
* `islowercase` and `isuppercase` are now compliant with the Unicode lower/uppercase categories ([#38574]).
4442
* `iseven` and `isodd` functions now support non-`Integer` numeric types ([#38976]).
43+
* `escape_string` can now receive a collection of characters in the keyword
44+
`keep` that are to be kept as they are. ([#38597]).
4545

4646
#### Package Manager
4747

0 commit comments

Comments
 (0)