diff options
Diffstat (limited to 'sample/src/main/res/xml/kau_changelog.xml')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index cb59c23..636525f 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,15 @@ <item text="" /> --> + <version title="v3.8.0" /> + <item text="Update everything to Android Studio 3.1" /> + <item text="Fix new lint issues (see Migration for resource related methods)" /> + <item text=":adapter: Add more IAdapter functions to help retrieve selections" /> + <item text=":core: Add deprecation warning to bindView for fragment based extensions; use bindViewResettable instead" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v3.7.1" /> <item text="Update appcompat to 27.1.0" /> |