diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml
index 491ff8b69..06db43d44 100644
--- a/src/xdocs/releasenotes.xml
+++ b/src/xdocs/releasenotes.xml
@@ -15,6 +15,175 @@
+
+ Bug fixes:
+
+ -
+ CommentsIndentationCheck doesn't report errors at end of block. Author: Andrei Selkin #2078
+
+ -
+ Fix NoWhitespaceAfterCheck. Author: attatrol #1013
+
+ -
+ Fix NPE in EqualsAvoidNull check. Author: Vladislav Lisetskiy #2474
+
+ -
+ Fix FinalLocalVariable false-negative. Author: Vladislav Lisetskiy #1551
+
+ -
+ Exclude lines with package in LineLength check. Author: rnveach #2482
+
+ -
+ fixed NPE in NeedBraces.isSingleLineFor. Author: rnveach #2283
+
+ -
+ JavaDocMethod: Exception thrown for incomplete @return tag if next line is empty. Author: John Erik Halse #2398
+
+ -
+ Fix reusability of JavaDoc checks. Author: Björn Kautler #2326
+
+ -
+ Fixed blank line indentification for EmptyLineSeparator check. Author: Pavel Baranchikov #2266
+
+ -
+ Support for @SuppressWarnings("all").. Author: Stéphane Galland #2275
+
+ -
+ Make SuppressWarningsFilter case-insensitive. Author: Michal Kordas #2202
+
+ -
+ Fix NPE in ModifiedControlVariable on SuppressWarnings. Author: Michal Kordas #2327
+
+ -
+ Do not recognize '/**/' as valid Javadoc. Author: Michal Kordas #2387
+
+ -
+ Make JavadocType check customizable by list of tokens. Author: Michal Kordas #2388
+
+ -
+ Fix FALSE positive in JavadocStyle check on inheritDoc tag. Author: Michal Kordas #2411
+
+ -
+ Ignore missing Javadoc for 'serialVersionUID' fields. Author: Michal Kordas #792
+
+ -
+ Exclude lines with imports in LineLength check. Author: Michal Kordas #2433
+
+ -
+ IllegalTypeCheck, requiredTokens is set to IMPORT only. Author: Roman Ivanov #2415
+
+ -
+ CLI should print a file name where exception is happen. Author: Roman Ivanov #2109
+
+ -
+ LeftCurly: add Anonymous class to allowed tokens. Author: Roman Ivanov #2431
+
+
+
+ Notes:
+
+ -
+ Deploy snapshots versions in CI. Author: WonderCsabo #2167
+
+ -
+ require all filters appear in checkstyle_checks.xml. Author: rnveach #2268
+
+ -
+ removed xdoc of CustomImportOrder.samePackageMatchingDepth. Author: rnveach #2453
+
+ -
+ added xdoc check validation. Author: rnveach #2442
+
+ -
+ Run CheckStyle on Full Test Directory. Author: rnveach #2421
+
+ -
+ fixed invalid xml examples in xdocs. Author: rnveach #2425
+
+ -
+ flush audit outputs sooner. Author: rnveach #2085
+
+ -
+ unify test input locations for whole project. Author: rnveach #2161
+
+ -
+ removed excess hierarchy from few Check. Author: rnveach #2451
+
+ -
+ Bunch of refactoring and code optimizarion. Author: rnveach
+
+ -
+ Update list of missing tools. Author: Dawid Nejman #1238
+
+ -
+ Sonarqube found problems in Checkstyle. Author: Ilja Dubinin #46
+
+ -
+ Replaced outdated link for bamboo-checkstyle-plugin. Author: Dawid Nejman #1238
+
+ -
+ 'forbiddenapis' plugin added to maven config. Author: Ruslan Diachenko #1217
+
+ -
+ Update list of related Tools. Author: Dawid Nejman #1238
+
+ -
+ skip all analysers during deploy. Author: Roman Ivanov #2167
+
+ -
+ usage of error-prone plugin is commented out till problems with Eclipse resovled. Author: Roman Ivanov #2160
+
+ -
+ Inconvenience to debug UTs after recent changes in BaseCheckTestSupport. Author: Roman Ivanov #2434
+
+ -
+ Fix PMD violations for ShortVariable rule. Author: Roman Ivanov #985
+
+ -
+ PMD violations PreserveStackTrace. Author: Roman Ivanov #996
+
+ -
+ PMD violations EmptyMethodInAbstractClassShouldBeAbstract. Author: Roman Ivanov #997
+
+ -
+ PMD violation ConfusingTernary. Author: Roman Ivanov #974
+
+ -
+ rename CheckUtils.isVoidMethod to isNonVoidMethod. Author: Roman Ivanov #2273
+
+ -
+ Decrease visibility of package-private methods. Author: Michal Kordas #957
+
+ -
+ Rename tests to match tested class name with Test suffix. Author: Michal Kordas #2215
+
+ -
+ Fix all issues for Java found by Codacy static analysis tool. Author: Michal Kordas #2271
+
+ -
+ Fix missing code coverage. Author: Michal Kordas #2243
+
+ -
+ Fix typos in code. Author: Michal Kordas #2080
+
+ -
+ Update Maven Shade Plugin to 2.4.2. Author: Michal Kordas #2464
+
+ -
+ Update Maven Surefire and Failsafe plugins to 2.19. Author: Michal Kordas #2394
+
+ -
+ Update Maven Assembly Plugin to 2.6. Author: Michal Kordas #2350
+
+ -
+ Update JGit to 4.1.0.201509280440-r. Author: Michal Kordas #2324
+
+ -
+ Update PowerMock to 1.6.3. Author: Michal Kordas #2293
+
+
+
+