Add template for the next release
This commit is contained in:
parent
7dd1ab24d1
commit
eaa7b83bc9
|
|
@ -29,6 +29,7 @@
|
|||
<td class="menu" valign="top">
|
||||
<p>Checkstyle 3</p>
|
||||
<ul>
|
||||
<li><a href="#release3_2">Release 3.2</a></li>
|
||||
<li><a href="#release3_1">Release 3.1</a></li>
|
||||
<li><a href="#release3_0">Release 3.0</a></li>
|
||||
</ul>
|
||||
|
|
@ -46,6 +47,28 @@
|
|||
<!--Content-->
|
||||
<td class="content" valign="top" align="left">
|
||||
|
||||
<a name="release3_2"></a>
|
||||
<h2>Release 3.2</h2>
|
||||
<p class="body">
|
||||
New features:
|
||||
</p>
|
||||
<ul>
|
||||
|
||||
<li class="body">Lots to come.....</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<p class="body">
|
||||
Resolved bugs:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<li class="body">Bugs, what bugs?</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<a name="release3_1"></a>
|
||||
<h2>Release 3.1</h2>
|
||||
<p class="body">
|
||||
|
|
@ -129,11 +152,11 @@
|
|||
<li class="body">Added line and column numbers to configuration
|
||||
parse exceptions (request 714962).</li>
|
||||
|
||||
<li class="body">Added check for redundant exceptions in
|
||||
<li class="body">Added check for redundant exceptions in
|
||||
throws clause (module RedundantThrows, request 579056)</li>
|
||||
|
||||
<li class="body">Added property for GenericIllegalRegexp to
|
||||
customize reported message (module GenericIllegalRegexp,
|
||||
customize reported message (module GenericIllegalRegexp,
|
||||
property message, request 738567)</li>
|
||||
|
||||
<li class="body">Moved the location of the file
|
||||
|
|
|
|||
Loading…
Reference in New Issue