aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2015-11-05 16:26:24 -0800
committerRoman Ivanov <ivanov-jr@mail.ru>2015-11-05 16:26:24 -0800
commit24485769603181d1af95d38803566b7526e63ca3 (patch)
treea52a3fce5186d56658c02ebd6c85b58058bd12fd /src
parent34709275b5d0a24c434568f252348df5d1bb2931 (diff)
downloadcheckstyle-24485769603181d1af95d38803566b7526e63ca3.tar.gz
doc: fix for classification of fix in releasenotes
Diffstat (limited to 'src')
-rw-r--r--src/xdocs/releasenotes.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 32321b296..60e52cc98 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -16,6 +16,13 @@
<body>
<section name="Release 6.12.1">
+ <p>New:</p>
+ <ul>
+ <li>
+ Add 'ignoreOverridden' option to skip methods with @Override annotation. Author: Andrei Selkin <a href="https://github.com/checkstyle/checkstyle/issues/2290">#2290</a>
+ </li>
+ </ul>
+
<p>Bug fixes:</p>
<ul>
<li>
@@ -25,9 +32,6 @@
Performance-Optimization: Do not recompile Pattern for each file/line. Author: Fabian Loewner <a href="https://github.com/checkstyle/checkstyle/pull/2495">#2495</a>
</li>
<li>
- Add 'ignoreOverridden' option to skip methods with @Override annotation. Author: Andrei Selkin <a href="https://github.com/checkstyle/checkstyle/issues/2290">#2290</a>
- </li>
- <li>
Fix skipping validation for non empty classes when allowEmptyTypes is true. Author: Andrei Selkin <a href="https://github.com/checkstyle/checkstyle/issues/2480">#2480</a>
</li>
<li>