Added change summary to CHANGELOG.md

This commit is contained in:
Reimar Twelker
2016-04-13 11:03:02 +02:00
committed by JP Simard
parent 872e4591b0
commit bf6d2dcfbd
+6
View File
@@ -24,6 +24,12 @@
but that can change if users request it.
[JP Simard](https://github.com/jpsim)
* Added the user-configurable option `ignores_empty_lines` to the
`trailing_whitespace` rule. It can be used to control whether the
`TrailingWhitespaceRule` should report and correct whitespace-indented empty
lines. Defaults to `false`. Added unit tests.
[Reimar Twelker](https://github.com/raginmari)
##### Bug Fixes
* Fix false positive in conditional binding cascade violation.