From b214fb08784cdd071360d573c4da8b4da74c8ffc Mon Sep 17 00:00:00 2001 From: Nikola Posa Date: Sun, 25 Jun 2017 21:52:12 +0200 Subject: [PATCH] Fixed changelog. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5accce4..79f0fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Changed - [2: Strict return types](https://github.com/nikolaposa/phoundation/pull/2) -- [3: Using PSR-11 container interface in favor of container-interop](https://github.com/nikolaposa/phoundation/pull/3) +- [3: Using PSR-11 container interface instead of container-interop](https://github.com/nikolaposa/phoundation/pull/3) ## 1.1.0 - 2017-06-14 @@ -22,4 +22,4 @@ All notable changes to this project will be documented in this file. - `Interop\Container\ContainerInterface` as return type declaration in DI container factories -[Unreleased]: https://github.com/nikolaposa/phoundation/compare/1.1.0...HEAD +[Unreleased]: https://github.com/nikolaposa/phoundation/compare/2.0.0...HEAD