Skip to content

Commit 70e00a6

Browse files
authored
move NEWS from #38675 to the correct section [ci skip]
1 parent 729114f commit 70e00a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Julia v1.7 Release Notes
33

44
New language features
55
---------------------
6-
* `count` and `findall` now accept an `AbstractChar` argument to search for a character in a string ([#38675]).
76

87
Language changes
98
----------------
@@ -38,6 +37,7 @@ New library features
3837
Standard library changes
3938
------------------------
4039

40+
* `count` and `findall` now accept an `AbstractChar` argument to search for a character in a string ([#38675]).
4141
* `islowercase` and `isuppercase` are now compliant with the Unicode lower/uppercase categories ([#38574]).
4242
* `iseven` and `isodd` functions now support non-`Integer` numeric types ([#38976]).
4343
* `escape_string` can now receive a collection of characters in the keyword

0 commit comments

Comments
 (0)