better wording in changelog

This commit is contained in:
benoitc 2011-09-23 07:43:29 +02:00
parent a4f22037c4
commit e1b516b230
2 changed files with 4 additions and 2 deletions

View File

@ -81,7 +81,8 @@ def app(environ, start_response):
<div class="blurb"> <div class="blurb">
<h3>Version 0.13.4 / 2011-09-23</h3> <h3>Version 0.13.4 / 2011-09-23</h3>
<ul> <ul>
<li>fix typo</li> <li>fix util.closerange function used to prevent leaking fds
on python 2.5 (typo)</li>
</ul> </ul>
</div> </div>
<div id="footer"> <div id="footer">

View File

@ -11,7 +11,8 @@ _TOC_BOT_
0.13.4 / 2011-09-23 0.13.4 / 2011-09-23
------------------- -------------------
- fix typo - fix util.closerange function used to prevent leaking fds on python 2.5
(typo)
0.13.3 / 2011-09-19 0.13.3 / 2011-09-19
------------------- -------------------