From c63f7025678035739f6ac5600a98c96a8bbe4c41 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 23 Mar 2026 15:58:44 -0700 Subject: [PATCH] docs(cupertino): remove BREAKING for SDK requires The SDK constraint is captured in pubspec.yaml so it cannot break existing code. Also moves the breaking changes to the top of the CHANGELOG.md --- pkgs/cupertino_http/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/cupertino_http/CHANGELOG.md b/pkgs/cupertino_http/CHANGELOG.md index fdb0a21d1c..9e4465648a 100644 --- a/pkgs/cupertino_http/CHANGELOG.md +++ b/pkgs/cupertino_http/CHANGELOG.md @@ -2,15 +2,15 @@ * **BREAKING CHANGE:** Remove `shouldUseExtendedBackgroundIdleMode` from `URLSessionConfiguration`. -* **BREAKING CHANGE:** Require Dart 3.10+. +* **BREAKING:** Update minimum supported versions to iOS 15 + (released on September 20, 2022) and macOS 12 (released October 25, 2021). +* Require Dart 3.10+. * Support usage in Dart SDK projects. * Fix a bug where close reasons not containing valid UTF-8 would cause an uncatchable exception to be thrown. * Exclude unnecessary generated code. Slightly reduces disk space requirements. * Add `URLSessionTask.taskDelegate` setter and `URLSessionTask.delegate` builder to enable use of task-level delegates. -* **BREAKING:** Update minimum supported versions to iOS 15 - (released on September 20, 2022) and macOS 12 (released October 25, 2021). ## 2.4.0