-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs: fix release notes for v14.0.0 - remove notice "fixes 45350" from breaking changes #46238
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
Conversation
CHANGELOG.md
Outdated
@@ -134,7 +134,7 @@ | |||
callback was executed for the first time. Now it's tracked until | |||
the task is explicitly cancelled, e.g with `clearInterval(id)`. | |||
|
|||
fixes 45350 | |||
fixes [#45350](https://github.com/angular/angular/pull/45350) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: The canonical URL is .../issues/...
(although the current URL redirects to that).
fixes [#45350](https://github.com/angular/angular/pull/45350) | |
fixes [#45350](https://github.com/angular/angular/issues/45350) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, this Fixes ...
reference should not be part of the breaking change notice. (It failed to be recognized and removed by our tooling due to missing the #
before the issue number.)
Could you please remove this line altogether?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @gkalpak for review!
I removed the notice fixes...
. I also updated the commit message and PR title.
…m breaking changes
This PR was merged into the repository by commit da0f53b. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information