From 1ac571cd7e9c9a90d6c3c2e9d63a69777871a5f1 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Tue, 5 Jan 2016 00:25:53 +0900 Subject: [PATCH] Fix #2125: unifies behavior of collapsed fields (`GroupedField` and `TypedField`) --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 1ec247ec2..54647a909 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,7 @@ Bugs fixed * #1815: Fix linkcheck does not raise an exception if warniserror set to true and link is broken * #2197: Fix slightly cryptic error message for missing index.rst file * #1894: Unlisted phony targets in quickstart Makefile +* #2125: Fix unifies behavior of collapsed fields (`GroupedField` and `TypedField`) Release 1.3.3 (released Dec 2, 2015) ====================================