|
1 | | -Release 3.5.0 (in development) |
2 | | -============================== |
| 1 | +Release 3.5.0 (released Feb 14, 2021) |
| 2 | +===================================== |
3 | 3 |
|
4 | 4 | Dependencies |
5 | 5 | ------------ |
@@ -100,6 +100,8 @@ Bugs fixed |
100 | 100 | * #8134: autodoc: crashes when mocked decorator takes arguments |
101 | 101 | * #8800: autodoc: Uninitialized attributes in superclass are recognized as |
102 | 102 | undocumented |
| 103 | +* #8655: autodoc: Failed to generate document if target module contains an |
| 104 | + object that raises an exception on ``hasattr()`` |
103 | 105 | * #8306: autosummary: mocked modules are documented as empty page when using |
104 | 106 | :recursive: option |
105 | 107 | * #8232: graphviz: Image node is not rendered if graph file is in subdirectory |
@@ -156,39 +158,12 @@ Bugs fixed |
156 | 158 | builds |
157 | 159 | * #8865: LaTeX: Restructure the index nodes inside title nodes only on LaTeX |
158 | 160 | builds |
| 161 | +* #8796: LaTeX: potentially critical low level TeX coding mistake has gone |
| 162 | + unnoticed so far |
159 | 163 | * C, :rst:dir:`c:alias` skip symbols without explicit declarations |
160 | 164 | instead of crashing. |
161 | 165 | * C, :rst:dir:`c:alias` give a warning when the root symbol is not declared. |
162 | | - |
163 | | -Testing |
164 | | --------- |
165 | | - |
166 | | -Release 3.4.4 (in development) |
167 | | -============================== |
168 | | - |
169 | | -Dependencies |
170 | | ------------- |
171 | | - |
172 | | -Incompatible changes |
173 | | --------------------- |
174 | | - |
175 | | -Deprecated |
176 | | ----------- |
177 | | - |
178 | | -Features added |
179 | | --------------- |
180 | | - |
181 | | -Bugs fixed |
182 | | ----------- |
183 | | - |
184 | | -* #8655: autodoc: Failed to generate document if target module contains an |
185 | | - object that raises an exception on ``hasattr()`` |
186 | 166 | * C, ``expr`` role should start symbol lookup in the current scope. |
187 | | -* #8796: LaTeX: potentially critical low level TeX coding mistake has gone |
188 | | - unnoticed so far |
189 | | - |
190 | | -Testing |
191 | | --------- |
192 | 167 |
|
193 | 168 | Release 3.4.3 (released Jan 08, 2021) |
194 | 169 | ===================================== |
|
0 commit comments