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