Skip to content

Commit

Permalink
Update CHANGELOG to include PR #220.
Browse files Browse the repository at this point in the history
  • Loading branch information
cscott committed Feb 27, 2014
1 parent ac4d00e commit 3e4dcd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# es6-shim 0.9.4 (not yet released)
# es6-shim x.x.x (not yet released)
* Implement `Promise`, per spec. (#209, #215)
* Make `Map`/`Set` subclassable; support `iterable` argument to
constructor (#218)
Expand All @@ -7,6 +7,7 @@
* Re-add `Number.isInteger` (mistakenly removed in 0.9.0)
* Allow use of `arguments` as an iterable
* Minor spec-compliance fixes for `String.raw`
* In ES6, `Object.keys` accepts non-Object types (#220)

# es6-shim 0.9.3 (5 February 2014)
* Per spec, removed `Object.mixin` (#192)
Expand Down

0 comments on commit 3e4dcd1

Please sign in to comment.