From a542ca2e78f9ad336bac202e8f52f6dcd3f0a484 Mon Sep 17 00:00:00 2001 From: jfbu Date: Sat, 4 Feb 2017 09:07:57 +0100 Subject: [PATCH] Update CHANGES for PR#3381 --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d007a5240..c3f6e2852 100644 --- a/CHANGES +++ b/CHANGES @@ -44,7 +44,8 @@ Features added When specified, each template parameter will be rendered on a separate line. * #3359: Allow sphinx.js in a user locale dir to override sphinx.js from Sphinx * #3303: Add ``:pyversion:`` option to the doctest directive. -* #3378: latex: Support ``:widths:`` option of table directives +* #3378: (latex) support for ``:widths:`` option of table directives + (refs: #3379, #3381) Bugs fixed ----------