diff --git a/CHANGELOG.md b/CHANGELOG.md index b7bf473720886a..6d36375decdbd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,8 @@ release. -12.3.1
+12.4.0
+12.3.1
12.3.0
12.2.0
12.1.0
diff --git a/doc/api/cli.md b/doc/api/cli.md index e307406206eab3..e6e507ddb6c5c5 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -254,7 +254,7 @@ added: v12.0.0 ### `--heap-prof` > Stability: 1 - Experimental @@ -276,7 +276,7 @@ Heap.20190409.202950.15293.0.001.heapprofile ### `--heap-prof-dir` > Stability: 1 - Experimental @@ -286,7 +286,7 @@ be placed. ### `--heap-prof-interval` > Stability: 1 - Experimental @@ -296,7 +296,7 @@ by `--heap-prof`. The default is 512 * 1024 bytes. ### `--heap-prof-name` > Stability: 1 - Experimental @@ -324,7 +324,7 @@ This flag is likely to become a no-op and removed at some point in the future. ### `--http-server-default-timeout=milliseconds` Overrides the default value of `http`, `https` and `http2` server socket diff --git a/doc/api/http2.md b/doc/api/http2.md index e3c4eac6aaf4a6..64a0c7f9af0697 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1911,7 +1911,7 @@ error will be thrown.