Skip to content

Commit

Permalink
Tag a CHANGES item with an exsiting issue number it resolves
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
insin committed Dec 12, 2017
1 parent 9f57838 commit 4c2121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Breaking Changes

- Validation of the configuration object provided by `nwb.config.js` files has been expanded, so previously valid config files may now be invalid:
- Validation of the configuration object provided by `nwb.config.js` files has been expanded, so previously valid config files may now be invalid [[#136](https://github.com/insin/nwb/issues/136)]
- Unexpected properties in top-level configuration or in `babel`, `karma`, `npm` and `webpack` configuration (i.e. anything that's not documented in the [Configuration docs](https://github.com/insin/nwb/blob/master/docs/Configuration.md)) are now treated as errors [[#193](https://github.com/insin/nwb/issues/193)]
- Basic type checking is now performed for all documented configuration properties.
- After upgrading, run `nwb check-config` to check your configuration file.
Expand Down

0 comments on commit 4c2121c

Please sign in to comment.