File tree 1 file changed +4
-26
lines changed
1 file changed +4
-26
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Dependencies
7
7
Incompatible changes
8
8
--------------------
9
9
10
+ * #7222: ``sphinx.util.inspect.unwrap()`` is renamed to ``unwrap_all()``
11
+
10
12
Deprecated
11
13
----------
12
14
@@ -33,8 +35,10 @@ Bugs fixed
33
35
* #6564: html: a width of table was ignored on HTML builder
34
36
* #7401: Incorrect argument is passed for :event:`env-get-outdated` handlers
35
37
* #7355: autodoc: a signature of cython-function is not recognized well
38
+ * #7222: autodoc: ``__wrapped__`` functions are not documented correctly
36
39
* #7409: intersphinx: ValueError is raised when an extension sets up
37
40
:confval:`intersphinx_mapping` on :event:`config-inited` event
41
+ * #7343: Sphinx builds has been slower since 2.4.0 on debug mode
38
42
39
43
Testing
40
44
--------
@@ -190,32 +194,6 @@ Bugs fixed
190
194
* #7290: sphinx-build: Ignore bdb.BdbQuit when handling exceptions
191
195
* #6240: napoleon: Attributes and Methods sections ignore :noindex: option
192
196
193
- Release 2.4.5 (in development)
194
- ==============================
195
-
196
- Dependencies
197
- ------------
198
-
199
- Incompatible changes
200
- --------------------
201
-
202
- * #7222: ``sphinx.util.inspect.unwrap()`` is renamed to ``unwrap_all()``
203
-
204
- Deprecated
205
- ----------
206
-
207
- Features added
208
- --------------
209
-
210
- Bugs fixed
211
- ----------
212
-
213
- * #7343: Sphinx builds has been slower since 2.4.0 on debug mode
214
- * #7222: autodoc: ``__wrapped__`` functions are not documented correctly
215
-
216
- Testing
217
- --------
218
-
219
197
Release 2.4.4 (released Mar 05, 2020)
220
198
=====================================
221
199
You can’t perform that action at this time.
0 commit comments