diff --git a/CHANGES.md b/CHANGES.md index 444da0f2..77c5e047 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +* 0.91.2 + * Generate functions for converting DirectX objects to OpenCL. + * Allow creation of `Vector>` and using it as `ToInputArray` (fixes https://github.com/twistedfall/opencv-rust/issues/555). + * 0.91.1 * Add `TryFrom` impls for enums to allow easy fallible conversions from `i32`.