File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,13 @@ a release.
1919
2020## [ Unreleased]
2121
22+ ## [ 3.17.1] - 2024-10-07
23+ ### Fixed
24+ - Removed invalid ` @note ` annotation from ` AbstractLogEntry::$data ` , which was causing issues in projects using annotation parsers
25+
2226## [ 3.17.0] - 2024-10-06
2327### Added
24- - Support for ` doctrine/dbal ` >= 4.0
28+ - Support for ` doctrine/dbal ` >= 4.0 with all extensions, except Loggable
2529
2630### Changed
2731- Extend ` Throwable ` from ` Gedmo\Exception ` interface
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ can be easily implemented using Mapping extension to handle the additional metad
6666
6767### Version Compatibility
6868
69- * DBAL: ` ^3.2 ` or ` ^4.0 `
69+ * DBAL: ` ^3.2 ` (for all the extensions) or ` ^4.0 ` (for all the extensions, except ** Loggable ** )
7070* ORM: ` ^2.14 ` or ` ^3.0 `
7171* MongoDB ODM: ` ^2.3 `
7272
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ final class DoctrineExtensions
3030 /**
3131 * Current version of extensions
3232 */
33- public const VERSION = '3.17.0 ' ;
33+ public const VERSION = '3.17.1 ' ;
3434
3535 /**
3636 * Hooks all extension metadata mapping drivers into
You can’t perform that action at this time.
0 commit comments