Skip to content

Commit

Permalink
Add missing release dates at CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Oct 6, 2024
1 parent 38b3737 commit 7779be6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ a release.

## [Unreleased]

## [3.17.0]
## [3.17.0] - 2024-10-06
### Added
- Support for `doctrine/dbal` >= 4.0

### Changed
- Extend `Throwable` from `Gedmo\Exception` interface

## [3.16.1]
## [3.16.1] - 2024-06-25
### Fixed
- Restructure the SqlWalkerCompat trait to fix optimized autoloading

## [3.16.0]
## [3.16.0] - 2024-06-24
### Added
- Support for `doctrine/orm` 3
- Blameable: Added UUID in allowed types list for Blameable fields in Annotation
Expand All @@ -46,7 +46,7 @@ a release.
- Tree: Cascade remove not being triggered on entity children at `MaterializedPath::removeNode()`.
- Tree: Materialize Path strategy when using autogenerated identifiers.

## [3.15.0]
## [3.15.0] - 2024-02-12
### Added
- SoftDeleteable: `Gedmo\SoftDeleteable\Event\PreSoftDeleteEventArgs` and
`Gedmo\SoftDeleteable\Event\PostSoftDeleteEventArgs` classes.
Expand All @@ -67,7 +67,7 @@ a release.
- Add conflict against "doctrine/orm" >= 3.
- Add conflict against "doctrine/dbal" => 4.

## [3.14.0]
## [3.14.0] - 2023-12-03
### Added
- Support for Symfony 7
- Tree: Added `@template` and `@template-extends` annotations to the Tree repositories
Expand Down

0 comments on commit 7779be6

Please sign in to comment.