Add attribution for 9b4e41bba142.

This commit is contained in:
Georg Brandl 2011-09-17 20:53:44 +02:00
parent a831121272
commit 1d59011ce6
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ Other contributors, listed alphabetically, are:
* John Waltman -- Texinfo builder
* Barry Warsaw -- setup command improvements
* Sebastian Wiesner -- image handling, distutils support
* Joel Wurtz -- cellspanning support in LaTeX
Many thanks for all contributions!

View File

@ -59,6 +59,7 @@ Features added
requests and allow configuring the timeout. New config values:
:confval:`linkcheck_timeout` and :confval:`linkcheck_workers`.
- #521: Added :confval:`linkcheck_ignore` config value.
- #28: Support row/colspans in tables in the LaTeX builder.
* Configuration and extensibility: