Skip to content

Commit

Permalink
fix changelog entry after merge
Browse files Browse the repository at this point in the history
Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
  • Loading branch information
martinvuyk committed Feb 28, 2025
1 parent f2980bf commit 917cc38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mojo/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ what we publish.
an issue with the any origin parameter extending the lifetime of unrelated
local variables for this common method.

- `Span` now has `find()` and `rfind()` methods which work for any
`Span[Scalar[D]]` e.g. `Span[Byte]`. The `rfind()` implementation is
now vectorized. PR [#3548](https://github.com/modularml/mojo/pull/3548) by
[@martinvuyk](https://github.com/martinvuyk).

### GPU changes

- You can now skip compiling a GPU kernel first and then enqueueing it:
Expand Down

0 comments on commit 917cc38

Please sign in to comment.