Skip to content

Commit 3c6cf9b

Browse files
committed
Update changelog
1 parent 7638cdb commit 3c6cf9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* 0.92.1
2+
* Implement `Send` and `Sync` where applicable for `Mat`, `Ptr` and `Tuple`.
3+
* Introduce new `Mat` constructors that take byte slices: `from_bytes`/`_mut` and `new_rows_cols_with_bytes`/`_mut`
4+
* Add missing `Mat_::at_row`/`_mut` methods.
5+
16
* 0.92.0
27
* Add `DoubleEndedIterator` impl for `Vector` and simplify trait bounds.
38
* Type aliases for `Vector` (`VectorOf...`), `Ptr` and `Tuple` are now deprecated.

0 commit comments

Comments
 (0)