From 5f69c286a2ddcb00adfe41feda7402f42292a999 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Tue, 25 Aug 2020 12:16:52 -0700 Subject: [PATCH] update changelog for v8.1.2 [skip ci] Signed-off-by: Christopher Hiller --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1082e6ea47..c760fab088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 8.1.2 / 2020-08-25 + +## :bug: Fixes + +- #4418: Fix command-line flag incompatibility in forthcoming Node.js v14.9.0 (@boneskull) +- #4401: Fix missing global variable in browser (@irrationelle) + +## :lock: Security Fixes + +- #4396: Update many dependencies (@GChuf) + +## :book: Documentation + +- Various fixes by @sujin-park, @wwhurin & @Donghoon759 + # 8.1.1 / 2020-08-04 ## :bug: Fixes