From 08030fba5f1f84265c2e1a37ba930705ea9e9677 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Mon, 10 Oct 2016 06:40:55 +0300 Subject: [PATCH] Releases: Buffer.concat() no 1-elem special case --- RELEASES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index e16b001e..2ec68413 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -1674,6 +1674,10 @@ Planned methods, and String.fromBuffer()); this reduces code footprint by around 1.2 kB (GH-889) +* Incompatible change: Node.js Buffer binding aligned with Node.js v6.7.0 + (from v0.12.1): Buffer.concat() special case for 1-element array removed + (GH-1004) + * Incompatible change: plain pointer values now test true in instanceof (plainPointer instanceof Duktape.Pointer === true) (GH-864)