Skip to content

Commit

Permalink
Update ChangeLog for 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Feb 4, 2015
1 parent 7eb6015 commit be8255b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 2.0.0

* Support ES6 arrow function (issue 517)
* Support ES6 Unicode code point escape (issue 521)
* Improve the speed and accuracy of comment attachment (issue 522)
* Support ES6 default parameter (issue 519)
* Support ES6 regular expression flags (issue 557)
* Fix scanning of implicit octal literals (issue 565)
* Fix the handling of automatic semicolon insertion (issue 574)
* Support ES6 method definition (issue 620)
* Support ES6 octal integer literal (issue 621)
* Support ES6 binary integer literal (issue 622)
* Support ES6 object literal property value shorthand (issue 624)

2015-01-18: Version 1.2.3

* Fix division by this (issue 616)
Expand Down

0 comments on commit be8255b

Please sign in to comment.