From 54b6b832d49dd777212e158f38234344170d095d 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. --- CHANGELOG.md | 8 -------- doc/changelogs/CHANGELOG_V4.md | 3 ++- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8107d12730f282..98c9bd2582d497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -159,14 +159,6 @@ release. ---- ---- -## 2016-06-23, Version 5.12.0 (Stable), @evanlucas - -Moved to doc/changelogs/CHANGELOG_V5.md#5.12.0. - -## 2016-06-23, Version 4.4.6 'Argon' (LTS), @thealphanerd - -Moved to doc/changelogs/CHANGELOG_V4.md#4.4.6. - ## 2016-05-06, Version 0.12.14 (Maintenance), @rvagg Moved to doc/changelogs/CHANGELOG_V012.md#0.12.14. diff --git a/doc/changelogs/CHANGELOG_V4.md b/doc/changelogs/CHANGELOG_V4.md index abe5d74a6d3072..442c24d22d485a 100644 --- a/doc/changelogs/CHANGELOG_V4.md +++ b/doc/changelogs/CHANGELOG_V4.md @@ -48,9 +48,10 @@ will be supported actively until April 2017 and maintained until April 2018. - ## 2016-06-23, 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)