diff --git a/AUTHORS b/AUTHORS index acee46279..a24d6a545 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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! diff --git a/CHANGES b/CHANGES index c3a4a083f..fd5ae44f8 100644 --- a/CHANGES +++ b/CHANGES @@ -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: