Skip to content

Commit

Permalink
Added missing changelog for PR SwifterSwift#1045
Browse files Browse the repository at this point in the history
  • Loading branch information
theedov committed Sep 8, 2022
1 parent 67f5095 commit ff60037
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The changelog for **SwifterSwift**. Also see the [releases](https://github.com/S
- **UIButton**
- Added `setBackgroundColor(_:for:)` method for setting background color for the specified UI state. [#1041](https://github.com/SwifterSwift/SwifterSwift/pull/1041) by [TwizzyIndy](https://github.com/TwizzyIndy)

### Fixed
- **Digest**
- `DigestExtensions.swift` would not compile on Xcode 14 due to an `ambiguous use of 'makeIterator()'` error. [#1042](https://github.com/SwifterSwift/SwifterSwift/issues/1042) by [theedov](https://github.com/theedov)

## [v5.3.0](https://github.com/SwifterSwift/SwifterSwift/releases/tag/5.3.0)
### Breaking Change
- **Sequence**
Expand Down

0 comments on commit ff60037

Please sign in to comment.