diff --git a/CHANGELOG.md b/CHANGELOG.md index c63fb84d..88b3b7dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ ## 24.7.4 -* Mitigated an issue with the feedback widget URL encoding on iOS 16 and earlier, which prevented the widget from displaying -* Mitigated an issue with content fetch URL encoding on iOS 16 and earlier, which caused the request to fail - +* Added visionOS build support * Added `CountlyFeedbacks:` interface with new view methods (Access with `Countly.sharedInstance.feedback`): * Method to present feedback widget (wih an optional widget selector(name, ID or tag) string and a Callback): * `presentNPS` * `presentSurvey` * `presentRating` * `getAvailableFeedbackWidgets` method to retrieve available feedback widgets with a completion handler. + +* Mitigated an issue with the feedback widget URL encoding on iOS 16 and earlier, which prevented the widget from displaying +* Mitigated an issue with content fetch URL encoding on iOS 16 and earlier, which caused the request to fail * Deprecated `getFeedbackWidgets` method, you should use `[feedback getAvailableFeedbackWidgets:]` method instead