Update changelog and contributors

Updating before pull request, per contribution recommentation in project readme.
This commit is contained in:
Eli Donahue 2016-10-19 11:00:47 -04:00
parent 794ecdeb09
commit 862ec200fc
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,7 @@
- Fix phpcbf hanging issue by closing stdin. See [#893](https://github.com/Glavin001/atom-beautify/issues/893)
- Add warning notification when parsing `.jsbeautifyrc` as JSON or YAML fails. See [#1106](https://github.com/Glavin001/atom-beautify/issues/1106)
- Add support for PrettyDiff's *bracepadding* option in JavaScript. See [#1157](https://github.com/Glavin001/atom-beautify/issues/1157)
- Add support for files with '.config' extension. Add extension to the XML language to support XML config files.
# v0.29.0
- Closes [#447](https://github.com/Glavin001/atom-beautify/issues/447). Improved Handlebars language support

View File

@ -114,6 +114,10 @@
{
"name": "Victor Uriarte",
"url": "https://github.com/vmuriart"
},
{
"name": "Eli Donahue",
"url": "https://github.com/elijdonahue"
}
],
"engines": {
@ -301,4 +305,4 @@
"lint": "coffeelint src/ spec/",
"code-docs": "codo && open docs/code/index.html"
}
}
}