Skip to content

Commit

Permalink
fixed changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHoogstrate committed Mar 5, 2024
1 parent 53ec2b3 commit 9f02450
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions geocoding_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9f02450

Please sign in to comment.