Skip to content

Commit 2f21a36

Browse files
committed
Update changelog
1 parent 6848340 commit 2f21a36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 0.91.3
2+
* Add workaround for https://github.com/twistedfall/opencv-rust/issues/548.
3+
14
* 0.91.2
25
* Generate functions for converting DirectX objects to OpenCL.
36
* Allow creation of `Vector<BoxedRef<T>>` and using it as `ToInputArray` (fixes https://github.com/twistedfall/opencv-rust/issues/555).
@@ -18,7 +21,7 @@
1821
* `MatSize::new` is now unsafe and accepts a pointer.
1922

2023
* 0.90.0
21-
* Automatically generate default constructors for classes where posssible.
24+
* Automatically generate default constructors for classes where possible.
2225
* Backwards-incompatible changes:
2326
* `LayerParams::default()` can no longer fail, so it returns `Self` without `Result`.
2427
* `GpuMat::default()` is now `GpuMat::new_def()`.

0 commit comments

Comments
 (0)