File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ Julia v1.7 Release Notes
4
4
New language features
5
5
---------------------
6
6
* ` 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 ] )
9
7
10
8
Language changes
11
9
----------------
@@ -42,6 +40,8 @@ Standard library changes
42
40
43
41
* ` islowercase ` and ` isuppercase ` are now compliant with the Unicode lower/uppercase categories ([ #38574 ] ).
44
42
* ` 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 ] ).
45
45
46
46
#### Package Manager
47
47
You can’t perform that action at this time.
0 commit comments