Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing release dates at CHANGELOG.md #2878

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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