Merge in 0.5.1 release.

This commit is contained in:
Georg Brandl 2008-12-15 22:08:46 +01:00
commit 711a1fa7ed

View File

@ -42,9 +42,13 @@ New features added
be used to give setup code for all doctests in the documentation.
Release 0.5.1 (in development)
Release 0.5.2 (in development)
==============================
Release 0.5.1 (Dec 15, 2008)
============================
* #67: Output warnings about failed doctests in the doctest extension
even when running in quiet mode.