From 8386e5c09aae48516f50f352311b4c470138352e Mon Sep 17 00:00:00 2001 From: Cocoa Date: Fri, 16 Feb 2024 04:54:29 +0800 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c539f2c..5532ea8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## main -[Browse the Repository](https://github.com/cocoa-xu/evision/) +## v0.1.36 (2024-02-16) +[Browse the Repository](https://github.com/cocoa-xu/evision/tree/v0.1.36) | [Released Assets](https://github.com/cocoa-xu/evision/releases/tag/v0.1.36) ### Fix - Allow implicitly cast to `Evision.Feature2D` from the following types: @@ -27,6 +27,9 @@ - `Evision.XFeatures2D.TBMR` - `Evision.XFeatures2D.TEBLID` - `Evision.XFeatures2D.VGG` + +### Added +- [experimental] Support compiling for iOS. Precompiled binaries are also available for iOS, but they are not tested yet, and they require a few more steps to use. Please see [this guide](https://github.com/cocoa-xu/evision/pull/79) for more information. ## v0.1.35 (2024-02-14) [Browse the Repository](https://github.com/cocoa-xu/evision/tree/v0.1.35) | [Released Assets](https://github.com/cocoa-xu/evision/releases/tag/v0.1.35)