diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index 6228d2781..abd319a19 100644 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -79,9 +79,6 @@
  • Require at least Maven 3.0.1 to build Checkstyle. Author: Michal Kordas #620
  • -
  • - Require at least Maven 3.0.1 to build Checkstyle. Author: Michal Kordas #620 -
  • Replace `StringBuffer` with `StringBuilder` to improve performance. Author: Michal Kordas
  • @@ -89,16 +86,16 @@ Repair typos in UniqueProperties description. Author: Michal Kordas
  • - Replace verbose type arguments with diamond type . Author: Michal Kordas + Replace verbose type arguments with diamond type. Author: Michal Kordas
  • - Fix for typos in documentation . Author: Michal Kordas + Fix for typos in documentation. Author: Michal Kordas
  • - Use Collections.addAll() instead of adding elements individually . Author: Michal Kordas + Use Collections.addAll() instead of adding elements individually. Author: Michal Kordas
  • - Added missed @Test annotation on test-case 'IndentationCheckTest.testMethodCallLineWrap' . Author: Alexey Zuy + Added missed @Test annotation on test-case 'IndentationCheckTest.testMethodCallLineWrap'. Author: Alexey Zuy
  • IndentationCheck. Refactoring: got rid of anonymous classes. Author: Alexey Zuy