summaryrefslogtreecommitdiffstats
path: root/js/vendor/es6-shim/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-09 12:09:38 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-09 12:09:38 +0100
commit3bcea62e8dcb4b5f2e45e6701725e904ad115676 (patch)
tree839704689a6807322452cf55dac40e852a577c3e /js/vendor/es6-shim/CHANGELOG.md
parent0537cff4ce3d520a0401c5f2d6d7ab73d4f99169 (diff)
fix feed ordering and fix #744
Diffstat (limited to 'js/vendor/es6-shim/CHANGELOG.md')
-rw-r--r--js/vendor/es6-shim/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/vendor/es6-shim/CHANGELOG.md b/js/vendor/es6-shim/CHANGELOG.md
index 23f10335f..37764c76b 100644
--- a/js/vendor/es6-shim/CHANGELOG.md
+++ b/js/vendor/es6-shim/CHANGELOG.md
@@ -1,5 +1,9 @@
# es6-shim x.x.x (not yet released)
+# es6-shim 0.27.1 (5 Mar 2015)
+* Revert `Array#slice` changes. (#322)
+* Test on `io.js` `v1.4`
+
# es6-shim 0.27.0 (26 Feb 2015)
* Overwrite `Array#slice` so that it supports Array subclasses.
* Improve `Map`/`Set` `TypeError` messages when called as a function. (#321)