Skip to content

Commit 4c57f88

Browse files
committed
add to NEWS
1 parent f80f31c commit 4c57f88

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ New library functions
3030

3131
New library features
3232
--------------------
33-
The `initialized=true` keyword assignment for `sortperm!` and `partialsortperm!`
34-
is now a no-op ([#47979]). It previously exposed unsafe behavior ([#47977]).
33+
34+
- The `initialized=true` keyword assignment for `sortperm!` and `partialsortperm!`
35+
is now a no-op ([#47979]). It previously exposed unsafe behavior ([#47977]).
36+
37+
- New methods `allequal(f, itr)` and `allunique(f, itr)` taking a predicate function ([#47679]).
3538

3639
Standard library changes
3740
------------------------

0 commit comments

Comments
 (0)