Skip to content

Commit 9a4ab54

Browse files
committed
Merge 3.0.0b2 CHANGES entries into 3.0.0
1 parent 901e693 commit 9a4ab54

File tree

1 file changed

+41
-46
lines changed

1 file changed

+41
-46
lines changed

CHANGES

+41-46
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,10 @@
1-
Release 3.0.0 beta2 (in development)
2-
====================================
1+
Release 3.0.0 (in development)
2+
==============================
33

44
Dependencies
55
------------
66

7-
Incompatible changes
8-
--------------------
9-
10-
* #7222: ``sphinx.util.inspect.unwrap()`` is renamed to ``unwrap_all()``
11-
12-
Deprecated
13-
----------
14-
15-
Features added
16-
--------------
17-
18-
* Added ``ObjectDescription.transform_content()``.
19-
20-
Bugs fixed
21-
----------
22-
23-
* #7364: autosummary: crashed when :confval:`autosummary_generate` is False
24-
* #7370: autosummary: raises UnboundLocalError when unknown module given
25-
* #7367: C++, alternate operator spellings are now supported.
26-
* C, alternate operator spellings are now supported.
27-
* #7368: C++, comma operator in expressions, pack expansion in template
28-
argument lists, and more comprehensive error messages in some cases.
29-
* C, C++, fix crash and wrong duplicate warnings related to anon symbols.
30-
* #6477: Escape first "!" in a cross reference linking no longer possible
31-
* #7219: py domain: The index entry generated by ``py:function`` directive is
32-
different with one from ``index`` directive with "builtin" type
33-
* #7301: capital characters are not allowed for node_id
34-
* #7301: epub: duplicated node_ids are generated
35-
* #6564: html: a width of table was ignored on HTML builder
36-
* #7401: Incorrect argument is passed for :event:`env-get-outdated` handlers
37-
* #7355: autodoc: a signature of cython-function is not recognized well
38-
* #7222: autodoc: ``__wrapped__`` functions are not documented correctly
39-
* #7409: intersphinx: ValueError is raised when an extension sets up
40-
:confval:`intersphinx_mapping` on :event:`config-inited` event
41-
* #7343: Sphinx builds has been slower since 2.4.0 on debug mode
42-
43-
Testing
44-
--------
45-
46-
Release 3.0.0 beta1 (released Mar 23, 2020)
47-
===========================================
48-
49-
Dependencies
50-
------------
7+
3.0.0b1
518

529
* LaTeX: drop dependency on :program:`extractbb` for image inclusion in
5310
Japanese documents as ``.xbb`` files are unneeded by :program:`dvipdfmx`
@@ -57,6 +14,8 @@ Dependencies
5714
Incompatible changes
5815
--------------------
5916

17+
3.0.0b1
18+
6019
* Drop features and APIs deprecated in 1.8.x
6120
* #247: autosummary: stub files are overwritten automatically by default. see
6221
:confval:`autosummary_generate_overwrite` to change the behavior
@@ -91,9 +50,15 @@ Incompatible changes
9150
single backslashes as default. A new configuration value
9251
:confval:`strip_signature_backslash` can be used by users to reenable it.
9352

53+
3.0.0 final
54+
55+
* #7222: ``sphinx.util.inspect.unwrap()`` is renamed to ``unwrap_all()``
56+
9457
Deprecated
9558
----------
9659

60+
3.0.0b1
61+
9762
* ``desc_signature['first']``
9863
* ``sphinx.directives.DescDirective``
9964
* ``sphinx.domains.std.StandardDomain.add_object()``
@@ -109,6 +74,8 @@ Deprecated
10974
Features added
11075
--------------
11176

77+
3.0.0b1
78+
11279
* #247: autosummary: Add :confval:`autosummary_generate_overwrite` to overwrite
11380
old stub file
11481
* #5923: autodoc: ``:inherited-members:`` option takes a name of anchestor class
@@ -164,9 +131,15 @@ Features added
164131
* #7324: sphinx-build: Emit a warning if multiple files having different file
165132
extensions for same document found
166133

134+
3.0.0 final
135+
136+
* Added ``ObjectDescription.transform_content()``.
137+
167138
Bugs fixed
168139
----------
169140

141+
3.0.0b1
142+
170143
* C++, fix cross reference lookup in certain cases involving
171144
function overloads.
172145
* #5078: C++, fix cross reference lookup when a directive contains multiple
@@ -194,6 +167,28 @@ Bugs fixed
194167
* #7290: sphinx-build: Ignore bdb.BdbQuit when handling exceptions
195168
* #6240: napoleon: Attributes and Methods sections ignore :noindex: option
196169

170+
3.0.0 final
171+
172+
* #7364: autosummary: crashed when :confval:`autosummary_generate` is False
173+
* #7370: autosummary: raises UnboundLocalError when unknown module given
174+
* #7367: C++, alternate operator spellings are now supported.
175+
* C, alternate operator spellings are now supported.
176+
* #7368: C++, comma operator in expressions, pack expansion in template
177+
argument lists, and more comprehensive error messages in some cases.
178+
* C, C++, fix crash and wrong duplicate warnings related to anon symbols.
179+
* #6477: Escape first "!" in a cross reference linking no longer possible
180+
* #7219: py domain: The index entry generated by ``py:function`` directive is
181+
different with one from ``index`` directive with "builtin" type
182+
* #7301: capital characters are not allowed for node_id
183+
* #7301: epub: duplicated node_ids are generated
184+
* #6564: html: a width of table was ignored on HTML builder
185+
* #7401: Incorrect argument is passed for :event:`env-get-outdated` handlers
186+
* #7355: autodoc: a signature of cython-function is not recognized well
187+
* #7222: autodoc: ``__wrapped__`` functions are not documented correctly
188+
* #7409: intersphinx: ValueError is raised when an extension sets up
189+
:confval:`intersphinx_mapping` on :event:`config-inited` event
190+
* #7343: Sphinx builds has been slower since 2.4.0 on debug mode
191+
197192
Release 2.4.4 (released Mar 05, 2020)
198193
=====================================
199194

0 commit comments

Comments
 (0)