From 7b9c9b3dcc310a617d6a20c2a18f9da175b69a8e Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Fri, 21 Dec 2018 18:43:08 -0500 Subject: 2018-12-26, Version 6.16.0 'Boron' (LTS) The 6.15.0 security release introduced some unexpected breakages on the 6.x release line. This is a special release to fix a regression in the HTTP binary upgrade response body and add a missing CLI flag to adjust the max header size of the http parser. Notable changes: * cli: - add --max-http-header-size flag (cjihrig) https://github.com/nodejs/node/pull/24811 * http: - add maxHeaderSize property (cjihrig) https://github.com/nodejs/node/pull/24860 PR-URL: https://github.com/nodejs/node/pull/25178 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4965ff7647..8a3f209e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,7 +89,8 @@ release. 8.0.0
-6.15.1
+6.16.0
+6.15.1
6.15.0
6.14.4
6.14.3
-- cgit v1.2.3