Skip to content

Commit 60ce77f

Browse files
committed
Fix CHANGELOG formatting
1 parent 1f4cd75 commit 60ce77f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Master
44

55
* Set minimum iOS deployment version to 11.0 to fix [Xcode 14.3 compilation issue #358](https://github.com/AliSoftware/OHHTTPStubs/issues/358)
6-
[@adamsousa](https://github.com/adamsousa)
6+
[@adamsousa](https://github.com/adamsousa)
77
* Update minimum deployment versions (iOS: 12.0, osx: 10.13, tvos: 12.0, watchos: 4.0).
88
[@AliSoftware](https://github.com/AliSoftware)
99
[#368](https://github.com/AliSoftware/OHHTTPStubs/pull/368)
@@ -14,19 +14,21 @@
1414
## [9.1.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/9.1.0)
1515

1616
* Added `hasFormBody(_:)` matcher.
17-
[@417-72KI](https://github.com/417-72KI)
18-
* Added fix for Xcode 12 - Warnings related to iOS 8 support (Swift Package Manager) #328
19-
[@kikeenrique](https://github.com/kikeenrique)
20-
* OHHTPStubs frameworks: Put Headers phase before Sources phase.
17+
[@417-72KI](https://github.com/417-72KI)
18+
* Added fix for Xcode 12 - Warnings related to iOS 8 support (Swift Package Manager).
19+
[@kikeenrique](https://github.com/kikeenrique)
20+
[#328](https://github.com/AliSoftware/OHHTTPStubs/pull/328)
21+
* OHHTPStubs frameworks: Put Headers phase before Sources phase.
2122
[@byohay](https://github.com/byohay)
22-
* Export OHHTTPStubs from OHHTTPStubsSwift so that SwiftPM users don't need to import both of them #353 [@manicmaniac](https://github.com/manicmaniac)
23+
* Export OHHTTPStubs from OHHTTPStubsSwift so that SwiftPM users don't need to import both of them.
24+
[@manicmaniac](https://github.com/manicmaniac)
25+
[#353](https://github.com/AliSoftware/OHHTTPStubs/pull/353)
2326

2427
## [9.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/9.0.0)
2528

26-
* Added support for Swift Package Manager and dropped OH from all class names.
29+
* Added support for Swift Package Manager and dropped OH from all class names.
2730
[@jeffctown](https://github.com/jeffctown)
2831

29-
3032
## [8.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/8.0.0)
3133

3234
* Update default Swift Version to 5.0

0 commit comments

Comments
 (0)