Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed May 3, 2024
1 parent 6848340 commit 2f21a36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 0.91.3
* Add workaround for https://github.com/twistedfall/opencv-rust/issues/548.

* 0.91.2
* Generate functions for converting DirectX objects to OpenCL.
* Allow creation of `Vector<BoxedRef<T>>` and using it as `ToInputArray` (fixes https://github.com/twistedfall/opencv-rust/issues/555).
Expand All @@ -18,7 +21,7 @@
* `MatSize::new` is now unsafe and accepts a pointer.

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

0 comments on commit 2f21a36

Please sign in to comment.