File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ * 0.91.3
2
+ * Add workaround for https://github.com/twistedfall/opencv-rust/issues/548 .
3
+
1
4
* 0.91.2
2
5
* Generate functions for converting DirectX objects to OpenCL.
3
6
* Allow creation of ` Vector<BoxedRef<T>> ` and using it as ` ToInputArray ` (fixes https://github.com/twistedfall/opencv-rust/issues/555 ).
18
21
* ` MatSize::new ` is now unsafe and accepts a pointer.
19
22
20
23
* 0.90.0
21
- * Automatically generate default constructors for classes where posssible .
24
+ * Automatically generate default constructors for classes where possible .
22
25
* Backwards-incompatible changes:
23
26
* ` LayerParams::default() ` can no longer fail, so it returns ` Self ` without ` Result ` .
24
27
* ` GpuMat::default() ` is now ` GpuMat::new_def() ` .
You can’t perform that action at this time.
0 commit comments