From 6fc0714d3f0840cf8d2c2b704549261002f3be9b Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Sat, 23 Apr 2016 00:37:30 -0700 Subject: [PATCH] Mention de-tab-ification in ChangeLog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 971a8f6..3b1b589 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * Bump version to 2.4.3.0 * Compilation fixes for gcc 4.7+ and LLVM/clang