Skip to content

Commit

Permalink
prepare 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Dec 11, 2016
1 parent 82f2848 commit b6db284
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"3.0.1": "messages/3.0.1.md",
"3.0.2": "messages/3.0.2.md",
"3.0.3": "messages/3.0.3.md",
"3.0.4": "messages/3.0.4.md"
"3.0.4": "messages/3.0.4.md",
"3.1.0": "messages/3.1.0.md"
}
16 changes: 16 additions & 0 deletions messages/3.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
################################
## EasyClangComplete v. 3.1.0 ##
################################

# New functionality #
- Use `Makefile.cmake` file to detect if cmake needs to be rerun.
- Add quick command to clean cmake build directory for current view:
+ Name of command: `EasyClangComplete: Clean current CMake cache`
- Add support for flags passing to cmake:
+ A new subsetting `"flags"` under cmake entry in `"flags_sources"`.
+ See default settings for info.

# Bug fixes #
- fix `$project_name` variable in settings.
- completion triggers settings are much better now.
- fix indentation for example project-specific settings.

0 comments on commit b6db284

Please sign in to comment.