Skip to content
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
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
Loading