Skip to content

Commit 966b880

Browse files
committed
Update changelog
1 parent e624cb6 commit 966b880

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.95.1
2+
* Add `Deref` for `MatSize`.
3+
* Fix assertion error with `Mat::at` addressing on OpenCV 4.12.
4+
* Drop unneeded dep that was causing build failures in crossbuild environments (fixes https://github.com/twistedfall/opencv-rust/issues/682).
5+
16
* 0.95.0
27
* `MatSize` now carries a lifetime because it borrows the data from a `Mat` on creation.
38
* Conditional compilation macros for detecting which module is enabled are now added in the form `opencv_has_module_<MODULE_NAME>!`.

0 commit comments

Comments
 (0)