diff --git a/CHANGELOG.md b/CHANGELOG.md index e64c266c46603d..eb6dfc484c1450 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 af28278f23c624..a285db698a7d79 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2484,11 +2484,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 350c631b7601d2..60f995479fea4f 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -708,7 +708,7 @@ A constructor for a class was called without `new`. ### ERR_CONSTRUCT_CALL_INVALID A class constructor was called that is not callable. @@ -2021,7 +2021,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])