Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 8, 2017
1 parent 572c18c commit f79f1b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog
##### 3.0.0
- Added new features:
- `.forEach` method to iterable DOM collections ([#329](https://github.com/zloirock/core-js/issues/329))
- `Symbol#description` ([stage 1 proposal](https://tc39.github.io/proposal-Symbol-description/))
- `String#replaceAll` ([stage 1 proposal](https://github.com/psmarshall/string-replace-all-proposal))
- Removed obsolete features:
- `Error.isError` (withdrawn)
- `System.global` (replaced by `global`)
Expand Down

0 comments on commit f79f1b3

Please sign in to comment.