diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf3986..47e205d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,10 @@ Version 3 * Support for Symfony 8 * Rewrote service definitions from XML to PHP - * Removed traces of prismic - which could not be installed with DoctrinePHPCRBundle 3 anyway. - * Renamed InitDoctrineDbalCommand and JackrabbitCommand services because they did not match the class name. +* Removed traces of prismic - which could not be installed with DoctrinePHPCRBundle 3 anyway. +* Renamed InitDoctrineDbalCommand and JackrabbitCommand services because they did not match the class name. (Added an alias with deprecation for BC.) - * Deprecated XmlDriver and YamlDriver in the bundle, as the ones from phpcr-odm are used directly. +* Deprecated XmlDriver and YamlDriver in the bundle, as the ones from phpcr-odm are used directly. 3.0.3 -----