diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b44e65e..c4f4ab99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ release-by-release. ## [Unreleased] +## [1.1.0] — 2026-07-09 + +### Added + +- **`AddSymfonyConstraintValidatorTypeDeclarationsRector`** — adds the Symfony 8 / Drupal 12 type declarations (`mixed $value` and `: void` on `validate()`, `: void` on `initialize()`) to `Symfony\Component\Validator\ConstraintValidatorInterface` implementers. Backward compatible on all supported Drupal versions, so no version gate. ([#3600790](https://git.drupalcode.org/project/rector/-/work_items/3600790)) + ### Fixed - **`RemoveAliasManagerCacheMethodCallsRector`** — no longer removes calls to @@ -25,9 +31,14 @@ release-by-release. skipped on 11.3+. When BC support is disabled the call is removed as before. Reported by Berdir ([#3600789](https://git.drupalcode.org/project/rector/-/work_items/3600789)). -### Added +## [1.0.1] — 2026-07-02 + +### Fixed -- **`AddSymfonyConstraintValidatorTypeDeclarationsRector`** — adds the Symfony 8 / Drupal 12 type declarations (`mixed $value` and `: void` on `validate()`, `: void` on `initialize()`) to `Symfony\Component\Validator\ConstraintValidatorInterface` implementers. Backward compatible on all supported Drupal versions, so no version gate. [#3600790] +- **Composer-based sets bootstrap** — the Drupal bootstrap now loads correctly + when rector is run through the composer-based sets, so rules that rely on the + Drupal container / class map resolve as expected in that scenario + ([#404](https://github.com/palantirnet/drupal-rector/pull/404)). ## [1.0.0] — 2026-07-02