From 53cf4534801d265d9c83f596ec68ac2fbf677cd4 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 22 Feb 2015 22:40:18 +1100 Subject: [PATCH] add 4.4.4 changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6e7bad2a..bb7d9142cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ _Note: Gaps between patch versions are faulty/broken releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 4.4.4 + + * **Bug Fix** + * Handle inferred function ids to be reassigned and deopt to a slower but working equivalent. + * Don't unpack array patterns that have more elements than their right hand array expression. + * **Polish** + * Improve syntax highlighting in the code frame. Thanks [@lydell](https://github.com/lydell)! + ## 4.4.3 * **Bug Fix**