From e9a0ad3afec032589f2d1adcbf4d8f8506e817c3 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Fri, 27 Jan 2023 18:53:12 -0800 Subject: [PATCH] Add clear caches button notes in Changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3363422..daf5248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,10 +57,12 @@ * Initial paging infrastructure for being able to incrementally load larger sets of things (like comments) * First usage of paging system: contacts + * A "Clear Caches" button that clears all memory and disk data. Useful if you want to do a reset + on things like tags, contacts, posts timelines, etc. * Initial implementation of direct messaging including: * List of conversation threads * Reading conversation threads * Marking conversations read by tapping on the message * Respond in a conversation * Start a new conversation by searching for a known contact "type @ and start typing like in - posts/comments" \ No newline at end of file + posts/comments"