update for release notes 6.4

This commit is contained in:
Roman Ivanov 2015-02-26 12:39:27 -08:00
parent f9f60d3142
commit d2176afac8
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
<li>
New Check: Empty Catch Block Check for Google Style Guide. Author: Alex Kravin<a href="https://github.com/checkstyle/checkstyle/issues/571">#571</a>
</li>
<li>
New option for Visibility Modifier Check, to allow public immutable fields. Author: Alex Kravin<a href="https://github.com/checkstyle/checkstyle/issues/61">#61</a>
</li>
</ul>
<p>Bug fixes:</p>