Mention de-tab-ification in ChangeLog

This commit is contained in:
Brian Cox 2016-04-23 00:37:30 -07:00
parent 728795af3d
commit 6fc0714d3f
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
* Fix -Wnarrowing warnings in yyparse.cpp - GCC 6 would treat these as errors.
* Build with -Wextra to enable more warnings.
* Fix a variety of other compiler warnings, some exposed by -Wextra, others preexisting.
* Replace remaining tabs w/ 4 spaces. Mixing the 2 styles can now cause GCC 6 'misleading indentation' warnings.
2016-04-11 Brian Cox <bcox@tripwire.com>
* Bump version to 2.4.3.0
* Compilation fixes for gcc 4.7+ and LLVM/clang