Skip to content

Commit 901e693

Browse files
committed
Merge 2.4.5 CHANGES entries into 3.0.0
1 parent becc798 commit 901e693

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

CHANGES

+4-26
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Dependencies
77
Incompatible changes
88
--------------------
99

10+
* #7222: ``sphinx.util.inspect.unwrap()`` is renamed to ``unwrap_all()``
11+
1012
Deprecated
1113
----------
1214

@@ -33,8 +35,10 @@ Bugs fixed
3335
* #6564: html: a width of table was ignored on HTML builder
3436
* #7401: Incorrect argument is passed for :event:`env-get-outdated` handlers
3537
* #7355: autodoc: a signature of cython-function is not recognized well
38+
* #7222: autodoc: ``__wrapped__`` functions are not documented correctly
3639
* #7409: intersphinx: ValueError is raised when an extension sets up
3740
:confval:`intersphinx_mapping` on :event:`config-inited` event
41+
* #7343: Sphinx builds has been slower since 2.4.0 on debug mode
3842

3943
Testing
4044
--------
@@ -190,32 +194,6 @@ Bugs fixed
190194
* #7290: sphinx-build: Ignore bdb.BdbQuit when handling exceptions
191195
* #6240: napoleon: Attributes and Methods sections ignore :noindex: option
192196

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-
219197
Release 2.4.4 (released Mar 05, 2020)
220198
=====================================
221199

0 commit comments

Comments
 (0)