Fix changelog: move dev-sync entries from Version 24.3.0 to vNext, Fixes AB#3618269#3146
Merged
Merged
Conversation
These 5 entries arrived in 24.3.0 via the back-merge of release-integration/24.3.0 into dev (PR #3131) but were originally merged to dev after the 24.3.0 RC cut. They belong under vNext for the next release. Moved entries: - #3133 SwitchBrowserRedirectActivity for non-broker Switch Browser flows - #3125 Update OpenTelemetry to 1.62.0 - #3135 Disabling GetCookies API from webapps APIs - #3132 Enable passkey registration by default in CommonFlight - #3112 Add NativeAuthRequestInterceptor for native auth flows Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
❌ Work item link check failed. Description does not contain AB#{ID}. Click here to Learn more. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR corrects the release notes placement in changelog.txt by moving entries that were merged into dev after the 24.3.0 RC cut out of Version 24.3.0 and back under vNext, keeping the changelog aligned with what actually shipped in 24.3.0.
Changes:
mohitc1
approved these changes
Jun 9, 2026
melissaahn
approved these changes
Jun 9, 2026
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.
AB#3618269
When release-integration/24.3.0 was back-merged into dev (#3131), some entries that were merged to dev after the 24.3.0 RC cut got listed under
Version 24.3.0. They actually shipped in dev after 24.3.0 was finalized, so they belong undervNextfor the next release.This PR moves 5 entries from
Version 24.3.0tovNext:Note: #3128 (Fix Token Endpoint Server Telemetry Parsing) correctly stays under Version 24.3.0 because it was cherry-picked into the release branch before the RC cut.
Verification
Identified by diffing the current dev
changelog.txtagainst the file at commite80117451(final 24.3.0 "remove RC" cut). Any entry currently listed under Version 24.3.0 that wasn't present at the RC cut must have arrived via the back-merge.