From 1d59011ce6277d4c875f087f6d9d2288edb10d84 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 17 Sep 2011 20:53:44 +0200 Subject: [PATCH] Add attribution for 9b4e41bba142. --- AUTHORS | 1 + CHANGES | 1 + 2 files changed, 2 insertions(+) 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: