docs: prepare 1.0.0-beta3 - #378
Merged
Merged
Conversation
- Stamp [1.0.0-beta3] — 2026-06-22 heading, add tag link reference, and open a fresh empty [Unreleased] section. - Reclassify four new-rector entries that PR authors appended under ### Fixed into ### Added (they are new features, not bugfixes): UserLoadByNameAndMailRector (#3555936), NodeSearch -> SearchNode breaking rename (#3587564), ReplaceLocaleBatchProceduralFunctionsRector (#3581303), ReplaceUserOneTimeAuthFunctionsRector (#3581056). - The AnnotationToAttributeRector idempotency entry stays under ### Fixed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stamps the
1.0.0-beta3release in the CHANGELOG, covering everything merged tomainsince1.0.0-beta2(2026-06-18).What changed
## [1.0.0-beta3] — 2026-06-22with its tag-link reference, and opened a fresh empty## [Unreleased]section.### Fixedinto### Added— they are new features, not bugfixes:UserLoadByNameAndMailRector(#3555936, feat: add UserLoadByNameAndMailRector for #3555936 #368)DRUPAL_114_BREAKING:NodeSearch→SearchNoderename (#3587564, feat(11.4): add NodeSearch → SearchNode rename to DRUPAL_114_BREAKING (#3587564) #367)ReplaceLocaleBatchProceduralFunctionsRector(#3581303, feat: add ReplaceLocaleBatchProceduralFunctionsRector for #3581303 #364)ReplaceUserOneTimeAuthFunctionsRector(#3581056, feat: add ReplaceUserOneTimeAuthFunctionsRector for #3581056 #363)AnnotationToAttributeRectoridempotency fix stays under### Fixed.beta3 contents (already in
[Unreleased], now under the version heading)Added — the four rectors above plus the PHPUnit annotations-to-attributes rules (
PhpUnitTestAnnotationToAttributeRector,PhpUnitAddRunTestsInSeparateProcessesAttributeRector, #375). Removed —GroupLegacyToIgnoreDeprecationsRector(folded into the PHPUnit rule). Fixed —AnnotationToAttributeRectoridempotency. Changed — composer-based sets disable BC wrapping by default (#373).Docs-only; no code changes. After merge, tag
1.0.0-beta3on the merge commit (same flow as #372 → beta2).