From 2f320c1a8d2b917f95a629705445f965d248495e Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 4 Apr 2021 18:04:51 +0900 Subject: [PATCH] Update CHANGES for PR #8841 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index df09f962f..8bea7f27d 100644 --- a/CHANGES +++ b/CHANGES @@ -72,6 +72,8 @@ Features added when the class has two different names; a canonical name and an alias name * #8539: autodoc: Add :confval:`autodoc_typehints_description_target` to control the behavior of ``autodoc_typehints=description`` +* #8841: autodoc: :confval:`autodoc_docstring_signature` will continue to look + for multiple signature lines without backslash character * #7549: autosummary: Enable :confval:`autosummary_generate` by default * #4826: py domain: Add ``:canonical:`` option to python directives to describe the location where the object is defined