add 3.5.3 changelog

This commit is contained in:
Sebastian McKenzie
2015-02-08 22:10:00 +11:00
parent 45c507056a
commit 64477d934d

View File

@@ -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.