Added release notes.

This commit is contained in:
Oliver Burn 2010-12-31 17:32:31 +11:00
parent 68c1541bb3
commit 83debdf877
1 changed files with 20 additions and 0 deletions

View File

@ -10,6 +10,26 @@
</properties>
<body>
<section name="Release 5.4">
<p>New features:</p>
<ul>
<li>...</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>
Fix
<a href="config_coding.html#MultipleVariableDeclarations">MultipleVariableDeclarations</a>
to properly handle when multiple variable declarations are inside a
for loop initializer. Thanks to Amit Shah for patch #3121071.
</li>
</ul>
<p>Notes:</p>
<ul>
<li>...</li>
</ul>
</section>
<section name="Release 5.3">
<p>New features:</p>
<ul>