diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-26 19:55:04 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-26 19:55:04 -0700 |
commit | a931fa42e3e938dcc1a60fec92b882aebd49a744 (patch) | |
tree | c693c837f93dd6998818f4e2cc42db96ac8c3d81 /sample/src/main/res/xml/changelog.xml | |
parent | cb2da7537c544e847373981a861b6a8ec151b847 (diff) | |
download | kau-a931fa42e3e938dcc1a60fec92b882aebd49a744.tar.gz kau-a931fa42e3e938dcc1a60fec92b882aebd49a744.tar.bz2 kau-a931fa42e3e938dcc1a60fec92b882aebd49a744.zip |
Add some comments
Diffstat (limited to 'sample/src/main/res/xml/changelog.xml')
-rw-r--r-- | sample/src/main/res/xml/changelog.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sample/src/main/res/xml/changelog.xml b/sample/src/main/res/xml/changelog.xml index d864f74..003ee8b 100644 --- a/sample/src/main/res/xml/changelog.xml +++ b/sample/src/main/res/xml/changelog.xml @@ -6,15 +6,21 @@ <item text="" /> --> + <version title="v1.4"/> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v1.3"/> <item text="Added kpref subitems" /> <item text="Added DSL markers" /> <item text="Added transition utils and other utils" /> <item text="Added custom searchview with binders" /> <item text="Added KauBoundedCardView" /> - <item text="" /> - <item text="" /> - <item text="" /> <version title="v1.2"/> <item text="Fix title attribute in changelog" /> |