Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
v6.11.6 changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Oct 12, 2016
1 parent c6e36ef commit c300230
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ _Note: Gaps between patch versions are faulty, broken or test releases._

See the [Babel Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) for the pre-6.8.0 version Changelog.

## v6.11.6 (2016-10-12)

### :bug: Bug Fix/Regression

Fix crash when exporting with destructuring and sparse array ([#170](https://github.com/babel/babylon/pull/170)) (Jeroen Engels)

```js
// was failing with `Cannot read property 'type' of null` because of null identifiers
export const { foo: [ ,, qux7 ] } = bar;
````

## v6.11.5 (2016-10-12)

### :eyeglasses: Spec Compliancy
Expand Down

0 comments on commit c300230

Please sign in to comment.