From 64477d934d62183d2893310b5c630b118e1c0f8a Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 8 Feb 2015 22:10:00 +1100 Subject: [PATCH] add 3.5.3 changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6137867c7c..0605bfb333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ _Note: Gaps between patch versions are faulty/broken releases._ +## 3.5.3 + + * Enable `es6.tailCall` transformer with the first implementation that only works with self referencing calls until we can implement nested tail calls elegantly. + ## 3.5.2 * Disable `es6.tailCall` temporairly after reports of it breaking.