Skip to content

Commit

Permalink
backport fixes for #541
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 18, 2019
1 parent e778e80 commit b362f91
Show file tree
Hide file tree
Showing 20 changed files with 221 additions and 149 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
##### 2.6.6 [LEGACY]
- Fixed IE8- non-enumerable properties support in `Object.{ assign, entries, values }`, [#541](https://github.com/zloirock/core-js/issues/541)

This comment has been minimized.

Copy link
@aleen42

aleen42 May 27, 2019

Contributor

It seems that the problem of #541 is still existed under 2.6.8

##### 2.6.5 - 2019.02.15
- Fixed buggy `String#padStart` and `String#padEnd` mobile Safari implementations, [#414](https://github.com/zloirock/core-js/issues/414).

Expand Down

0 comments on commit b362f91

Please sign in to comment.