From 1334dbf2f36a75c832db11f2c125fbe0da4b3abc Mon Sep 17 00:00:00 2001 From: Marcin Michalski Date: Mon, 26 Apr 2021 20:32:41 +0200 Subject: [PATCH] Update changelog (#42) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f0030..4fc03dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * **Fixed** for any bug fixes. * **Security** in case of vulnerabilities. +## [0.7.4] 2021-04-26 +### Added + * Enable PHP 8.0 (#35) + * Resolve services defined by string & BaseObject configurations (#38) + * Resolve ActiveRecord stan type from static method return type (#40) + * Ensure YII_DEBUG is defined (#41) + +### Fixed + * ActiveRecord array access (#39) + ## [0.7.3] 2020-07-13 ### Added * Add support for non-singleton services (definitions) (#30)