Skip to content

Commit

Permalink
NEWS for find* on Vector of U/Int8
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Sep 13, 2020
1 parent 6931775 commit d303612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ New language features
and associativity as other arrow-like operators ([#36666]).
* Compilation and type inference can now be enabled or disabled at the module level
using the experimental macro `Base.Experimental.@compiler_options` ([#37041]).
* `findfirst`, `findnext`, `findlast`, and `findall` now support arguments `(pattern, array)`
where `pattern` and `array` are `AbstractVector{<:Union{Int8,UInt8}}` (mix allowed) ([#37283])

Language changes
----------------
Expand Down

0 comments on commit d303612

Please sign in to comment.