Skip to content

Commit 4cba515

Browse files
committed
Regenerate docs & update changelog
1 parent 63dbd95 commit 4cba515

File tree

3 files changed

+6431
-10
lines changed

3 files changed

+6431
-10
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
* 0.95.0
2+
* `MatSize` now carries a lifetime because it borrows the data from a `Mat` on creation.
3+
* Conditional compilation macros for detecting which module is enabled are now added in the form `opencv_has_module_<MODULE_NAME>!`.
4+
* Conditional compilation macros for detecting supported OpenCV compilation-time features: `opencv_has_inherent_feature_<FEATURE>!`.
5+
* OpenCV branch conditional compilation macros now support both positive and negative code branch in the same macro call.
6+
E.g., `opencv_branch_4! { { <code block when branch is 4.x> } else { <code block when branch is not 4.x> } }`.
7+
* Fix building when OpenCV CUDA-related headers are missing.
8+
19
* 0.94.4
210
* Downgrade the `windows` dependency for now to fix the build issue in https://github.com/twistedfall/opencv-rust/issues/660.
311

0 commit comments

Comments
 (0)