From 045709f411416b4dd7ff12b60ededd2c0c758761 Mon Sep 17 00:00:00 2001 From: Steve Rogers Date: Sat, 14 Mar 2020 10:47:34 +0000 Subject: [PATCH] update readme and changelog --- CHANGELOG.md | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d0a6d..c4c92f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.2.2 - 14 March 2020 +* update iOS so that locale does not show if it is null + ## 0.2.1 - 14 Dec 2019 * enables the plugin to be used in flutter v1.12.13 diff --git a/README.md b/README.md index 9d936aa..be9de63 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ When first created this was a Swift based plugin, but due to [these issues](http ## Updates +- Mar 2020 0.2.2 Updated iOS so that if detected locale is null then it is not included in return value + - Sep 2019 0.2.0 Updated Android following feedback from https://github.com/huzhirento . Fallback to the currentLocale when attempting to get a list of locales fro Android 7 and below as the getLocales() call is a feature of API 24 and failed for Android 7 and below.