summaryrefslogtreecommitdiffstats
path: root/js/vendor/es6-shim/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-05-08 22:36:30 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-05-08 22:36:41 +0200
commit6bc332607b7cc43a428380c0689ae92666d2acfc (patch)
treeadcada82586129afddf1275e454b168ff5479485 /js/vendor/es6-shim/CHANGELOG.md
parent802016b1d492c5d595522516a66cb5fa3555e6ef (diff)
fix #790
Diffstat (limited to 'js/vendor/es6-shim/CHANGELOG.md')
-rw-r--r--js/vendor/es6-shim/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/vendor/es6-shim/CHANGELOG.md b/js/vendor/es6-shim/CHANGELOG.md
index 8f2b84314..636d594f8 100644
--- a/js/vendor/es6-shim/CHANGELOG.md
+++ b/js/vendor/es6-shim/CHANGELOG.md
@@ -1,5 +1,8 @@
# es6-shim x.x.x (not yet released)
+# es6-shim 0.31.1 (7 May 2015)
+* `RegExp` should work properly as a wrapper (#340)
+
# es6-shim 0.31.0 (1 May 2015)
* All Array.prototype methods should use `ToLength`, not `ToUint32`, on `this.length`.
* Preserve and use original Array.prototype functions (for later shimming)