Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Nov 1, 2018
1 parent 25a2c1b commit 3802c48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ All notable changes to this project will be documented in this file.<br>

---

## Develop
### Changed
- Renamed `open func finish(_ hasFailed: Bool)` to `open func finish(success: Bool = true)` [#12](https://github.com/FabrizioBrancati/Queuer/issues/12)
- Renamed `hasFailed` variable to `success` to better respect the new API

Thanks to [@zykloman](https://github.com/zykloman) for this release

---

## [2.0.0](https://github.com/FabrizioBrancati/Queuer/releases/tag/2.0.0) - Let Me Retry
### 1 Nov 2018
### Added
Expand Down

0 comments on commit 3802c48

Please sign in to comment.