From 3fb7f7c7ccabfb8507974a80625b0882c9059e74 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 13 Apr 2015 14:56:33 -0700 Subject: [PATCH] add 5.1.6-5.1.7 changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1542a96a..0e221b6d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ _Note: Gaps between patch versions are faulty/broken releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 5.1.7 + + * **Internal** + * Add `parse` node API. + +## 5.1.6 + + * **Bug Fix** + * Fix `runtime` built-in catchall not properly checking for local variables. + ## 5.1.5 * **Internal**