From 6b59ea8eac7d3d655c3468a703084d4a979272dd Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 5 May 2015 08:56:28 +0100 Subject: [PATCH] add 5.2.13 changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd17ebb63d..cdacc1f5e7 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.2.13 + + * **Bug Fix** + * Fix `ExportDeclaration`s being incorrectly removed when using the `utility.deadCodeElimination` transformer. + * Fix position of `utility` transformers. + * **New Feature** + * Add built-in `esquery` support. + * **Internal** + * Consolidate notion of "virtual types". + ## 5.2.12 * **Polish**