aboutsummaryrefslogtreecommitdiff
path: root/src/xdocs
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-03-28 06:15:06 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2017-03-28 06:15:06 -0700
commitd693b3657f96142597ec0e2e141a9c8842d8f085 (patch)
tree3f0f82cc188b4a7bc88964180d0185b8909c4ba5 /src/xdocs
parentbd9b4b293fc9b1ba19622ac028a0604bed8fdb5f (diff)
downloadcheckstyle-d693b3657f96142597ec0e2e141a9c8842d8f085.tar.gz
minor: update for 7.6.1 release notes to show missed 'new feature' issues, should be fixed by checkstyle/contribution#206
Diffstat (limited to 'src/xdocs')
-rw-r--r--src/xdocs/releasenotes.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 5759b3297..c8751314c 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -18,6 +18,15 @@
<!-- placeholder for a new section -->
<section name="Release 7.6.1">
+ <p>New:</p>
+ <ul>
+ <li>
+ NoLineWrap: add support for static imports. Author: Vikramaditya Kukreja<a href="https://github.com/checkstyle/checkstyle/issues/3892"> #3892</a>
+ </li>
+ <li>
+ PackageDeclaration: new property matchDirectoryStructure to match the package name to directory name of source file. Author: Vikramaditya Kukreja<a href="https://github.com/checkstyle/checkstyle/issues/3437"> #3437</a>
+ </li>
+ </ul>
<p>Bug fixes:</p>
<ul>
<li>