Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Jul 22, 2024
1 parent 7638cdb commit 3c6cf9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 0.92.1
* Implement `Send` and `Sync` where applicable for `Mat`, `Ptr` and `Tuple`.
* Introduce new `Mat` constructors that take byte slices: `from_bytes`/`_mut` and `new_rows_cols_with_bytes`/`_mut`
* Add missing `Mat_::at_row`/`_mut` methods.

* 0.92.0
* Add `DoubleEndedIterator` impl for `Vector` and simplify trait bounds.
* Type aliases for `Vector` (`VectorOf...`), `Ptr` and `Tuple` are now deprecated.
Expand Down

0 comments on commit 3c6cf9b

Please sign in to comment.