Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Dec 26, 2018
1 parent 8530d54 commit 3dd627d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ All notable changes to this project will be documented in this file.<br>
## [2.0.1](https://github.com/FabrizioBrancati/Queuer/releases/tag/2.0.1) - Better APIs
### 26 Dec 2018
### Changed
- Renamed `open func finish(_ hasFailed: Bool)` to `open func finish(success: Bool = true)` [#12](https://github.com/FabrizioBrancati/Queuer/issues/12), the old one has been deprecated but still valid
- Renamed `hasFailed` variable to `success` [#12](https://github.com/FabrizioBrancati/Queuer/issues/12), the old one has been deprecated but still valid
- Renamed `open func finish(_ hasFailed: Bool)` to `open func finish(success: Bool = true)`, the old one has been deprecated but still valid [#12](https://github.com/FabrizioBrancati/Queuer/issues/12)
- Renamed `hasFailed` variable to `success`, the old one has been deprecated but still valid [#12](https://github.com/FabrizioBrancati/Queuer/issues/12)

### Improved
- Updated SwiftLint to 0.29.2
Expand Down

0 comments on commit 3dd627d

Please sign in to comment.