From 413683cd09e491ce2c79ac15619dfbff00b9e869 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Mon, 3 Jun 2019 11:29:25 -0700 Subject: [PATCH] Release notes for v0.8.3 --- History.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/History.md b/History.md index f0bb01d..551ad4a 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +0.8.3 / 2019-06-03 +================== + +- Use `Buffer.concat` instead of string concatenation to fix ordering issues (thanks **@rnons**) + 0.8.2 / 2019-05-20 ==================