-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
doc: fix deprecation history #35455
doc: fix deprecation history #35455
Conversation
The DEP0098 thing is a bit more complicated, but it was added to 9.x in a4c28d77f73 after having been (accidentally, I think) removed in bae5de1, prior to which it was added in 7f5334e. Backport PR for it being added to 9.x is #18892. By the way, I'm finding these by doing |
Oh that's a neat idea. I was simply searching through the CHANGELOG files, which is clearly not as reliable. I've removed the changes related to DEP0098, PTAL. |
d66f299
to
88a8087
Compare
I've included two more fixes, PTAL:
|
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.
Rubber-stamp LGTM
Commit Queue failed- Loading data for nodejs/node/pull/35455 ✔ Done loading data for nodejs/node/pull/35455 ----------------------------------- PR info ------------------------------------ Title doc: fix deprecation history (#35455) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch aduh95:fix-deprecation-history -> nodejs:master Labels commit-queue, deprecations, doc Commits 1 - doc: fix deprecation history Committers 1 - Antoine du Hamel PR-URL: https://github.com/nodejs/node/pull/35455 Reviewed-By: Rich Trott ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/35455 Reviewed-By: Rich Trott -------------------------------------------------------------------------------- ✔ Last GitHub Actions successful ℹ Doc-only changes ℹ This PR was created on Thu, 01 Oct 2020 22:46:31 GMT ✔ Approvals: 1 ✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/35455#pullrequestreview-503530131 ✖ This PR needs to wait 30 more hours to land (or 0 hours if there is one more approval) -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu |
Landed in ef1af47 |
PR-URL: #35455 Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #35455 Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: nodejs#35455 Reviewed-By: Rich Trott <rtrott@gmail.com>
DEP0098(efb3259) doesn't appear anywhere in the v9.x nor v8.x changelogs, I don't think it's ever been backported.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes