From 3802c487d5e8ac857307e1d4dd4042753a57044c Mon Sep 17 00:00:00 2001 From: Fabrizio Brancati Date: Thu, 1 Nov 2018 18:42:18 +0100 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b37b6..0c32cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,15 @@ All notable changes to this project will be documented in this file.
--- +## 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