From b8b535935b96430bfbb814d72698d56183b19260 Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Mon, 11 Mar 2024 01:10:30 +0100 Subject: [PATCH] Move old CHANGELOG entries to the right place --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 653f2e7d..80251131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ * Set minimum iOS deployment version to 11.0 to fix [Xcode 14.3 compilation issue #358](https://github.com/AliSoftware/OHHTTPStubs/issues/358) [@adamsousa](https://github.com/adamsousa) +* OHHTPStubs frameworks: Put Headers phase before Sources phase. + [@byohay](https://github.com/byohay) +* Export OHHTTPStubs from OHHTTPStubsSwift so that SwiftPM users don't need to import both of them. + [#353](https://github.com/AliSoftware/OHHTTPStubs/pull/353) + [@manicmaniac](https://github.com/manicmaniac) * Update minimum deployment versions (iOS: 12.0, osx: 10.13, tvos: 12.0, watchos: 4.0). [@AliSoftware](https://github.com/AliSoftware) [#368](https://github.com/AliSoftware/OHHTTPStubs/pull/368) @@ -18,11 +23,6 @@ * Added fix for Xcode 12 - Warnings related to iOS 8 support (Swift Package Manager). [#328](https://github.com/AliSoftware/OHHTTPStubs/pull/328) [@kikeenrique](https://github.com/kikeenrique) -* OHHTPStubs frameworks: Put Headers phase before Sources phase. - [@byohay](https://github.com/byohay) -* Export OHHTTPStubs from OHHTTPStubsSwift so that SwiftPM users don't need to import both of them. - [#353](https://github.com/AliSoftware/OHHTTPStubs/pull/353) - [@manicmaniac](https://github.com/manicmaniac) ## [9.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/9.0.0)