Skip to content

Commit

Permalink
v4.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 26, 2016
1 parent 5d2bcc7 commit 9eafe80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.1.16
- [shim: fix] use `Array#slice`, not `String#slice`, on `String#split` output (#380)

4.1.15
- [shim: fix] new Date + Date.parse: Fix a Safari 8 & 9 bug where the `ms` arg is treated as a signed instead of unsigned int (#329)
- [shim: fix] add 'frame' to blacklisted keys (#330)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es5-shim",
"version": "4.1.15",
"version": "4.1.16",
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
"homepage": "http://github.com/es-shims/es5-shim/",
"contributors": [
Expand Down

0 comments on commit 9eafe80

Please sign in to comment.