From 26912026b0b27d13806bef36e99aea20f056cf74 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 15 Jul 2017 22:24:28 +0900 Subject: [PATCH] Update CHANGES for PR #3927 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 80bf2340a..a2b5926d3 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ Incompatible changes * #3668: The arguments has changed of main functions for each command * #3893: Unknown html_theme_options throw warnings instead of errors +* #3927: Python parameter/variable types should match classes, not all objects Deprecated ----------