From 0ba3c2ca66e8aebcb14e4c41aa64932b2673ce2a Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 23 Jun 2016 16:26:29 -0700 Subject: [PATCH] doc: fix layout problem in v4 changelog The current layout is breaking the release post tool. This commit also removed erroneous entires in the main CHANGELOG for v4.4.6 and v5.12.0. PR-URL: https://github.com/nodejs/node/pull/7394 Reviewed-By: Jeremiah Senkpiel Reviewed-By: James M Snell --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2927df883f..9a9c64916a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 2016-06-22, Version 4.4.6 'Argon' (LTS), @thealphanerd +### Notable Changes + This is an important security release. All Node.js users should consult the security release summary at nodejs.org for details on patched vulnerabilities. This release is specifically related to a Buffer overflow vulnerability discovered in v8, more details can be found [in the CVE](https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1669)