diff options
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 6 | ||||
-rw-r--r-- | docs/Changelog.md | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index d45ad9be..0cc00d99 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -8,10 +8,8 @@ <version title="v1.5.7" /> <item text="Allow hiding of composer and groups you may knnow" /> - <item text="" /> - <item text="" /> - <item text="" /> - <item text="" /> + <item text="Theme overflow icon" /> + <item text="Greatly improve search bar" /> <version title="v1.5.6" /> <item text="Greatly improve background notification fetcher" /> diff --git a/docs/Changelog.md b/docs/Changelog.md index 77fec78e..9cd235f2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,8 @@ ## v1.5.7 * Allow hiding of composer and groups you may knnow +* Theme overflow icon +* Greatly improve search bar ## v1.5.6 * Greatly improve background notification fetcher |