From 9f02450009485f0affd46b5346ea0675531ece29 Mon Sep 17 00:00:00 2001 From: tim Hoogstrate Date: Tue, 5 Mar 2024 13:51:30 +0100 Subject: [PATCH] fixed changelog --- geocoding_ios/CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/geocoding_ios/CHANGELOG.md b/geocoding_ios/CHANGELOG.md index b55455f..fda1bd7 100644 --- a/geocoding_ios/CHANGELOG.md +++ b/geocoding_ios/CHANGELOG.md @@ -1,20 +1,20 @@ ## 3.0.0 - * **BREAKING CHANGES**: - * Removes the `localeIdentifier` argument from all methods. Use method `setLocaleIdentifier` to configure the locale. - * Removes old iOS version checks and expects iOS 12 and above. (minimal iOS version is 12 per 2.2.0) - * Fixes to configure the locale. - * Updated example app with locale example. +* **BREAKING CHANGES**: + * Removes the `localeIdentifier` argument from all methods. Use method `setLocaleIdentifier` to configure the locale. + * Removes old iOS version checks and expects iOS 12 and above. (minimal iOS version is 12 per 2.2.0) +* Fixes to configure the locale. +* Updated example app with locale example. ## 2.3.0 - * Implements `isPresent` that always returns true. +* Implements `isPresent` that always returns true. ## 2.2.0 - * Updates `geocoding_platform_interface` to version 3.1.0. - * Updates minimal iOS version of the example application to 12. +* Updates `geocoding_platform_interface` to version 3.1.0. +* Updates minimal iOS version of the example application to 12. ## 2.1.1