Updated CHANGELOG.md and package.json

This commit is contained in:
Dheepak Krishnamurthy 2016-03-14 16:42:25 -06:00
parent 337d308296
commit 632e90a804
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
- Add [clang-format](http://clang.llvm.org/docs/ClangFormat.html) beautifier for C/C++/Obj-C languages.
- Add [yapf](http://github.com/google/yapf) beautifier for Python.
- Closes [#776] (https://github.com/Glavin001/atom-beautify/issues/776) Add support for `collapse-preserve-inline` brace_style for javascript.
- Closes [#786](https://github.com/Glavin001/atom-beautify/issues/786) YAPF configuration files are ignored.
# v0.29.0
- Closes [#447](https://github.com/Glavin001/atom-beautify/issues/447). Improved Handlebars language support

View File

@ -70,6 +70,10 @@
{
"name": "Bati Sengul",
"url": "https://github.com/Focus"
},
{
"name": "Dheepak Krishnamurthy",
"url": "https://github.com/kdheepak89"
}
],
"engines": {