diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2ccdd02..8ebea7f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -3,7 +3,7 @@ ### 4.18.0 * Updated Android SDK to v4.8.18 * Updated iOS SDK to v4.8.10 -* Deprecated the `trackEvent(string eventName,string eventValue)` API +* Removed the `trackEvent(string eventName,string eventValue)` API - Use `trackRichEvent(string eventName, Dictionary eventValues)` for event tracking. * Fix for empty event values exception @@ -93,4 +93,4 @@ callbackMethod, string callbackFailedMethod);` ### 4.10.0 * Deep link support for Android & iOS * Uninstall support for Android & iOS -* Support testing using the Unity Editor \ No newline at end of file +* Support testing using the Unity Editor