From 2ad9be197453bb221b389e0f00a9a1556e7ef4e8 Mon Sep 17 00:00:00 2001 From: Logan Smyth Date: Tue, 21 Jun 2016 09:48:10 -0700 Subject: [PATCH] Update Changelog for 6.10.4 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c9e132f5..99b0e81496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 6.10.4 (2016-06-21) + +#### Bug Fix +* `babel-traverse` + * Fix NodePath#evaluate to avoid a possible max-recursion-depth from an evaluation cycle ([@kittens](https://github.com/kittens)) + +#### Internal +* `babel-core` + * Bump the from `2.x` to `3.x` for `minimatch` to avoid a deprecation warning + ## 6.10.3 (2016-06-18) #### Bug Fix