Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Aug 1, 2024
1 parent 1d69bed commit 9dbef77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 0.92.2
* Fix new warnings with Rust 1.80
* Don't export `ocvrs_create_string` and `ocvrs_create_byte_string` from the rlib to allow combining multiple `opencv` create versions as dependencies.

* 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`
Expand Down

0 comments on commit 9dbef77

Please sign in to comment.