Skip to content

Commit

Permalink
Update the changelog by new merges:
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Oct 6, 2015
1 parent 876e8e2 commit a79e2f1
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion changelog.html
Expand Up @@ -54,6 +54,25 @@

<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<li class="bug">
Properly handle <code>RuntimeException</code>s in run retention policy handler calls.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-29888">issue 29888</a>)
<li class="bug">
Prevent <code>NullPointerException</code> in CLI if Jenkins cannot find the specified job
or a job with the nearest name.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30742">issue 30742</a>)
<li class="bug">
Do not show <i>REST API</i> link for pages, which have no API handlers.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-29014">issue 29014</a>)
<li class="bug">
JS alert preventing to leave a configuration page without changes.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21720">issue 21720</a>)
<li class="bug">
JS error triggered by collapsing build history widget.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30569">issue 30569</a>)
</div><!--=TRUNK-END=-->

<h3><a name=v1.632>What's new in 1.632</a> (2015/10/05)</h3>
<ul class=image>
<li class="bug">
Optimize TagCloud size calculation.
Expand All @@ -74,7 +93,7 @@
Sidepanel controls with confirmation (<code>lib/layout/task</code>) did not assign the proper CSS style.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30787">issue 30787</a>)
</ul>
</div><!--=TRUNK-END=-->

<h3><a name=v1.631>What's new in 1.631</a> (2015/09/27)</h3>
<ul class=image>
<li class=rfe>
Expand Down

0 comments on commit a79e2f1

Please sign in to comment.