diff options
Diffstat (limited to 'sample/src/main/res')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index db01fae..f57f8c4 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,13 +6,21 @@ <item text="" /> --> + <version title="v3.6.0" /> + <item text=":core: Created BundleUtils" /> + <item text=":core: [Breaking] Refactored startActivity functions" /> + <item text=":kpref-activity: [Breaking] Simplified listener function parameters" /> + <item text=":kpref-activity: [Breaking] Added dynamic string loading options" /> + <item text="" /> + <item text="(See Migrations.md for further details on breaking changes)" /> + <version title="v3.5.1" /> <item text="Add Portuguese translations" /> <item text="Add Galician translations" /> <item text="Add some minor util elements" /> <item text="Update dependencies (sdk 27)" /> - <version title="v3.5.0" /> + <version title="v3.5.0" /> <item text="Update dependencies, many of which with major version increments" /> <item text="Add Vietnamese translations" /> <item text="Add Italian translations" /> @@ -21,8 +29,8 @@ <item text=":adapter: Add helper methods to enhance FastAdapter for Kotlin" /> <item text=":core: Create ProgressAnimator class" /> <item text=":searchview: Add searchview holder interface" /> - - <version title="v3.4.5" /> + + <version title="v3.4.5" /> <item text="Add French translations" /> <item text="Add Spanish translations" /> <item text="Add German translations" /> |