Update changelog

This commit is contained in:
Glavin Wiechert 2017-05-06 16:52:19 -03:00
parent 346bf3c1af
commit 4139e3c0ec
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,12 @@
# v0.29.23 (2016-04-20)
# Next
- ...
# v0.29.24 (2017-05-06)
- Fix [#1643](https://github.com/Glavin001/atom-beautify/issues/1643). Add PHPCBF Version setting and remove "--no-patch" option from version 3.0 of PHPCBF. See [#1645](https://github.com/Glavin001/atom-beautify/pull/1645).
- Close [#27](https://github.com/Glavin001/atom-beautify/issues/27). Add commands for beautifying a specific language
- Add "Allow Risky" option for PHP-CS-Fixer. See [#1614](https://github.com/Glavin001/atom-beautify/pull/1614)
# v0.29.23 (2017-04-20)
- See #1607. Add support for PHP-CS-Fixer 1, along with version 2.
- Closes #1179. Replace atom-beautify.general.analytics option with configuration option

View File

@ -16,7 +16,7 @@ Check all those that are applicable and complete.
- [ ] Merged with latest `master` branch
- [ ] Regenerate documentation with `npm run docs`
- [ ] Update `CHANGELOG.md`
- [ ] Add change details to `CHANGELOG.md` under "Next" section
- [ ] Added examples for testing to [examples/ directory](examples/)
- [ ] Travis CI passes (Mac support)
- [ ] AppVeyor passes (Windows support)