From 8adf63e2a05a0f99791f6a3dabd61410bdd0bde8 Mon Sep 17 00:00:00 2001 From: Yago Riveiro Date: Thu, 26 Apr 2018 00:38:11 +0100 Subject: [PATCH] Update change log --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 701098b..b952ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.1.0 - 2018-04-26 +### Changed +- [#8](https://github.com/yriveiro/php-backoff/issues/8) Move phpstan to require-dev section +- [#9](https://github.com/yriveiro/php-backoff/issues/9) Extract attempt validation to method +- [#10](https://github.com/yriveiro/php-backoff/issues/10) Add type declarations to signature method where possible +- [#11](https://github.com/yriveiro/php-backoff/issues/11) Method setOptions must honor the type of option param + ## 2.0.2 - 2018-01-13 ### Changed - Improve code fixing PHPStan complains.