diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..733d3a0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +Change Log +=============================================================================== + +Version 1.1.0 *(2013-09-14)* +---------------------------- + + * Add support for API 8+ + + +Version 1.0.0 *(2013-08-28)* +---------------------------- +Initial release. \ No newline at end of file diff --git a/ChangeLogDemo/README.md b/ChangeLogDemo/README.md index fc6037d..8f207fc 100644 --- a/ChangeLogDemo/README.md +++ b/ChangeLogDemo/README.md @@ -2,7 +2,7 @@ There are some usage examples. -See the **customisation and tips** [page:](https://github.com/gabrielemariotti/changeloglib/tree/master/CUSTOMIZATION.md) for more information. +See the **customization and tips** [page:](https://github.com/gabrielemariotti/changeloglib/tree/master/CUSTOMIZATION.md) for more information. ## Standard Example diff --git a/README.md b/README.md index cd2673f..5cd7fa1 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ ChangeLog Library provides an easy way to display a change log in your Android a ChangeLog Library provides a custom `ListView` to display a change log through a xml file. -* **it supports multi language** * you can use it in Activities, Fragments, Dialogs * it supports html text markup as bold and italics * you can customize layout and behaviour +* it supports multi language +* it supports API 8+ ## Usage