From e7ddb34e1e03248c642c194851933fc6cd6ff1df Mon Sep 17 00:00:00 2001 From: devanych Date: Sun, 6 Sep 2020 13:59:10 +0300 Subject: [PATCH] Release version 2.1.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c5233..2fc2590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Devanych Di Container Change Log +## 2.1.1 - 2020.09.06 + +### Added + +- Adds support OS Windows to build github action. +- Adds implementations declaration to the `composer.json`. +- Adds files to `.github` folder (ISSUE_TEMPLATE, PULL_REQUEST_TEMPLATE.md, CODE_OF_CONDUCT.md, SECURITY.md). + +### Changed + +- Moves Psalm issue handlers from psalm.xml to docBlock to appropriate methods. +- Moves static analysis and checking of the code standard to an independent github action. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 2.1.0 - 2020-08-20 ### Added