From 19585962a2105ae93e3d17439baaa00c288163be Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 14 Apr 2018 21:16:07 +0900 Subject: [PATCH] Update CHANGES for PR #4834 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index eac6a5c64..d07d4f132 100644 --- a/CHANGES +++ b/CHANGES @@ -61,6 +61,7 @@ Features added fontsize in code-blocks (refs: #4793) * Add :confval:`html_css_files` and :confval:`epub_css_files` for adding CSS files from configuration +* #4834: Ensure set object descriptions are reproducible. Bugs fixed ----------