Skip to content

Commit

Permalink
Update changelog, credits and texinfo manual [#417]
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Jun 26, 2014
1 parent c6f20f3 commit 2911803
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 205 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -11,6 +11,8 @@ master (in development)


- #412: Add `flycheck-clang-no-exceptions` and `flycheck-gcc-no-exceptions` to - #412: Add `flycheck-clang-no-exceptions` and `flycheck-gcc-no-exceptions` to
flag exceptions as errors in C++ flag exceptions as errors in C++
- #417: Add `flycheck-rust-crate-root` to resolve inter-crate references in
`rust`


0.19 (Jun 12, 2014) 0.19 (Jun 12, 2014)
------------------- -------------------
Expand Down
2 changes: 2 additions & 0 deletions CREDITS.rst
Expand Up @@ -14,6 +14,7 @@ greatly appreciated.
- `David Holm`_ added C/C++ syntax and style checkers using `clang` and - `David Holm`_ added C/C++ syntax and style checkers using `clang` and
`cppcheck` respectively, and contributed a Verilog syntax checker using `cppcheck` respectively, and contributed a Verilog syntax checker using
`verilator`. `verilator`.
- `Derek Harland`_ added `flycheck-rust-create-root` to the Rust syntax checker.
- `Doug MacEachern`_ added a Go syntax checker using `errcheck`. - `Doug MacEachern`_ added a Go syntax checker using `errcheck`.
- `Fanael Linithien`_ greatly improve C/C++ support in Flycheck, by adding - `Fanael Linithien`_ greatly improve C/C++ support in Flycheck, by adding
GCC-based syntax checker, and extending the C/C++ syntax checkers with new GCC-based syntax checker, and extending the C/C++ syntax checkers with new
Expand Down Expand Up @@ -77,6 +78,7 @@ somewhat failed attempt at on-the-fly syntax checking.
.. _Bozhidar Batsov: https://github.com/bbatsov .. _Bozhidar Batsov: https://github.com/bbatsov
.. _Damon Haley: https://github.com/dhaley .. _Damon Haley: https://github.com/dhaley
.. _David Holm: https://github.com/dholm .. _David Holm: https://github.com/dholm
.. _Derek Harland: https://github.com/donkopotamus
.. _Doug MacEachern: https://github.com/dougm .. _Doug MacEachern: https://github.com/dougm
.. _Fanael Linithien: https://github.com/Fanael .. _Fanael Linithien: https://github.com/Fanael
.. _Gereon Frey: https://github.com/gfrey .. _Gereon Frey: https://github.com/gfrey
Expand Down

0 comments on commit 2911803

Please sign in to comment.