aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-12-30 23:43:16 -0800
committerAllan Wang <me@allanwang.ca>2019-12-30 23:43:16 -0800
commit91da44158d9aab832317a16fc0e63f48f3e5e940 (patch)
tree61211d578d4bb79ecc7cb526f942ba2b43972e67
parent17b3f0f50049a2c5ac8ca243e6f606954d310948 (diff)
downloadkau-91da44158d9aab832317a16fc0e63f48f3e5e940.tar.gz
kau-91da44158d9aab832317a16fc0e63f48f3e5e940.tar.bz2
kau-91da44158d9aab832317a16fc0e63f48f3e5e940.zip
Update changelog5.2.0
-rw-r--r--docs/Changelog.md1
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 9f45e87..6e963ed 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -9,6 +9,7 @@
* :core: Remove kau_status_bar_height; height should be found programmatically
* :fastadapter: Migrate fastadapter to v4.x.x
* :fastadapter-viewbinding: Create helper items for ViewBinding
+* Update translations
## v5.1.0
* :adapter: Moved fastadapter elements to new module, :fastadapter:. To migrate, simply rename the dependency. If you don't use fast adapter, no changes are necessary
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml
index 2907e43..8617a91 100644
--- a/sample/src/main/res/xml/kau_changelog.xml
+++ b/sample/src/main/res/xml/kau_changelog.xml
@@ -15,6 +15,7 @@
<item text=":core: Remove kau_status_bar_height; height should be found programmatically" />
<item text=":fastadapter: Migrate fastadapter to v4.x.x" />
<item text=":fastadapter-viewbinding: Create helper items for ViewBinding" />
+ <item text="Update translations" />
<version title="v5.1.0" />
<item text=":adapter: Moved fastadapter elements to new module, :fastadapter:. To migrate, simply rename the dependency. If you don't use fast adapter, no changes are necessary" />