Skip to content

Commit

Permalink
Fix an attribution link in 0.7.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fson authored Oct 23, 2016
1 parent 732593e commit 613902c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* Build command exits, if there are errors from UglifyJS ([@pdillon](https:/pdillon) in [#859](https:/facebookincubator/create-react-app/pull/859))
* Eject output is more beautiful now. ([@azakordonets](https:/azakordonets) in [#769](https:/facebookincubator/create-react-app/pull/769))
* Fixes opening the app in a new tab in Chrome. ([@unixdev](https:/unixdev) in [#831](https:/facebookincubator/create-react-app/pull/831))
* Fixes environment variables not being defined as normal properties of the `process.env` object. ([@jobi](https:/jobi) in [#795](https:/facebookincubator/create-react-app/issues/795))
* Fixes PostCSS autoprefixer not processing CSS files imported with CSS `@import` statements. ([@nhunzaker](https:/nhunzaker) in [##929](https:/facebookincubator/create-react-app/pull/929))
* Fixes environment variables not being defined as normal properties of the `process.env` object. ([@dvkndn](https:/dvkndn) in [#807](https:/facebookincubator/create-react-app/pull/807))
* Fixes PostCSS autoprefixer not processing CSS files imported with CSS `@import` statements. ([@nhunzaker](https:/nhunzaker) in [#929](https:/facebookincubator/create-react-app/pull/929))

### ESLint Config (`eslint-config-react-app`)

Expand Down

0 comments on commit 613902c

Please sign in to comment.