From 797187252f1fdbc5df4a9ecac2ea2f636d2b1d01 Mon Sep 17 00:00:00 2001 From: Pro Date: Fri, 26 Apr 2024 20:42:55 +0200 Subject: [PATCH] Update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) 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`.