From 351804ff18292d44de71b466243eff1ff7ae3e94 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 7 May 2025 20:21:54 -0700 Subject: [PATCH] Add change notes for 6194 iOS. --- iOS/ReleaseNotes-iOS.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/iOS/ReleaseNotes-iOS.markdown b/iOS/ReleaseNotes-iOS.markdown index 516ae6223..15c744d55 100644 --- a/iOS/ReleaseNotes-iOS.markdown +++ b/iOS/ReleaseNotes-iOS.markdown @@ -1,5 +1,10 @@ # iOS Release Notes +### 6.1.9 TestFlight build 6194 7 May 2025 - branch: main tag: iOS-6.1.9-6194 + +Add caching to the downloader (the one that downloads feed icons, favicons, etc.) — make fewer network requests +Work around The Verge’s bug with character encoding + ### 6.1.9 TestFlight build 6193 27 April 2025 - branch: main tag: iOS-6.1.9-6193 Fix crash-on-launch bug — take two. Hopefully this will do it. (Since we can’t reproduce it, we can’t know for sure if this will fix it.)