diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c226ac9bf25f5..9944b89eb66cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,8 @@ release. -12.4.0
+12.5.0
+12.4.0
12.3.1
12.3.0
12.2.0
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index c5588bc257564a..0ea9bd92a162a4 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2477,11 +2477,11 @@ The legacy HTTP parser, used by default in versions of Node.js prior to 12.0.0, is deprecated. This deprecation applies to users of the [`--http-parser=legacy`][] command-line flag. - -### DEP0XXX: worker.terminate() with callback + +### DEP0132: worker.terminate() with callback diff --git a/doc/api/errors.md b/doc/api/errors.md index 994634c8067c31..24385d99b6ac1f 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -706,7 +706,7 @@ A constructor for a class was called without `new`. ### ERR_CONSTRUCT_CALL_INVALID A class constructor was called that is not callable. @@ -2019,7 +2019,7 @@ A module file could not be resolved while attempting a [`require()`][] or ### ERR_CANNOT_TRANSFER_OBJECT The value passed to `postMessage()` contained an object that is not supported diff --git a/doc/api/https.md b/doc/api/https.md index b544b420a1fef8..9bde6cfab1d42e 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -26,7 +26,7 @@ An [`Agent`][] object for HTTPS similar to [`http.Agent`][]. See ### new Agent([options])