From ce64ff1221f82ba25cf5f68b912fe8596fb64b6a Mon Sep 17 00:00:00 2001 From: xujiajun Date: Wed, 12 Jul 2017 11:44:37 +0800 Subject: [PATCH] add v1.2.0 with Changelog --- docs/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a9f830d..e988ecf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -11,4 +11,8 @@ * Fixed codeclimate issues ([#8](https://github.com/tastphp/framework/pull/8))([#9](https://github.com/tastphp/framework/pull/9)) ### Removed -* ExceptionHandler ([#10](https://github.com/tastphp/framework/pull/10)) \ No newline at end of file +* ExceptionHandler ([#10](https://github.com/tastphp/framework/pull/10)) + +## v1.2.0 (2017-07-12) +* Added implement PSR-11: Container Interface. +* Fixed phpunit config \ No newline at end of file