From 5085b967536fa0ac7822861bc45780f1a9dd1d53 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 30 Nov 2014 11:12:36 +1100 Subject: [PATCH] update 1.14.5 changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f4ae8dcf..3f205ca1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # 1.14.5 * Upgrade `acorn-6to5`. + * Fix JSON recursion error for unknown code generator node types. + * Ensure that a statement is a block on block/statement types when replacing them with multiple nodes. # 1.14.4