From f52928f394ed47dd8c96c3503f6114b99e27fdff Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 7 Dec 2024 09:48:48 -0800 Subject: [PATCH] Update iOS release notes. --- Technotes/ReleaseNotes-iOS.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index bb7cb37d1..e0225ce4d 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,20 @@ # iOS Release Notes +### 6.1.6 TestFlight build 6127 - 7 Dec 2024 + +Fix a crashing bug in `-[UINavigationBar layoutSubviews:]` that started when we built with Xcode 15 +Now building with Xcode 16.1 + +### 6.1.5 TestFlight build 6126 - 4 Dec 2024 + +Use less bandwidth by respecting Cache-Control headers — skip refreshing feeds that have asked not to be refreshed yet. (This is of course also kind to servers, which is important.) +Fix a potential crashing bug (data race) in the object that stores article status (read/unread, starred/unstarred) + +### 6.1.5 TestFlight build 6125 - 4 Dec 2024 + +Use less bandwidth by respecting Cache-Control headers — skip refreshing feeds that have asked not to be refreshed yet. (This is of course also kind to servers, which is important.) +Fix a potential crashing bug (data race) in the object that stores article status (read/unread, starred/unstarred) + ### 6.1.5 TestFlight build 6124 - 21 Mar 2024 Nothing actually changed — this is just because TestFlight expired.