Skip to content

Commit 43fb664

Browse files
committed
doc: fix missing changelog corrections
There was a slight discrepancy between the build of 12.16.1 and what landed on 12.x. This was only a couple spelling errors that didn't get updated between machines I was working on. This change gets the changelog up to date with what went out in the release vs what is current on the 12.x release branch. PR-URL: #31854 Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 0c3c0e7 commit 43fb664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/changelogs/CHANGELOG_V12.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Semver-Minor release.
8686

8787
Changes in async hooks internals introduced a case where an internal api call could be called with undefined
8888
causing a process to crash. The change to async hooks was reverted. A regression test and fix has been proposed
89-
and the change could re land in a future Semver-Patch release if the regression is reliably fixed.
89+
and the change could re-land in a future Semver-Patch release if the regression is reliably fixed.
9090

9191
**New Enumerable Read-Only Property on EventEmitter breaks @types/extend**
9292

@@ -95,14 +95,14 @@ broke existing code that was using the `@types/extend` module for extending clas
9595
as `@types/extend` was attemping to write over the existing field which the new
9696
change made read-only. As this is the first property on EventEmitter that is
9797
read-only this feature could be considered Semver-Major. The new feature has been
98-
reverted but could re land in a future Semver-Minor release if a non breaking way
98+
reverted but could re-land in a future Semver-Minor release if a non breaking way
9999
of applying it is found.
100100

101101
**Exceptions in the HTTP parser were not emitting an uncaughtException**
102102

103103
A refactoring to Node.js interanls resulted in a bug where errors in the HTTP
104-
parser were not being emitted by `process.on('uncaughtException')`. The fix
105-
to this bug has been included in this release.
104+
parser were not being emitted by `process.on('uncaughtException')` when the `async_hooks` `after`
105+
hook exists. The fix to this bug has been included in this release.
106106

107107
### Commits
108108

0 commit comments

Comments
 (0)