@@ -3,6 +3,30 @@ Change Log
3
3
4
4
Inspired by `Keepachangelog.com <https://keepachangelog.com/ >`__.
5
5
6
+ - 2025-02-22 - **Breathe v4.36.0 **
7
+
8
+ - Update `test_renderer ` so that tests pass with Sphinx 7.2.
9
+ `#976 <https://github.com/breathe-doc/breathe/pull/976 >`__
10
+ - Fix PosixPath issue with Sphinx 7.2.
11
+ `#964 <https://github.com/breathe-doc/breathe/pull/964 >`__
12
+ - Avoid `RemovedInSphinx80Warning ` in path-manipulation code.
13
+ `#977 <https://github.com/breathe-doc/breathe/pull/977 >`__
14
+ - Require Sphinx 7.2 or later, Python 3.9 or later,
15
+ and Doxygen 1.9.2 or later.
16
+ `#887 <https://github.com/breathe-doc/breathe/pull/887 >`__,
17
+ `#946 <https://github.com/breathe-doc/breathe/pull/946 >`__
18
+ `#955 <https://github.com/breathe-doc/breathe/pull/955 >`__
19
+ - Begin to use pathlib.
20
+ - Resolve full title for doxygenpage and doxygengroup
21
+ and allow for omitting the title all together
22
+ `#939 <https://github.com/breathe-doc/breathe/pull/939 >`__
23
+ - Insert signature name for use with Sphinx Table of Contents
24
+ `#959 <https://github.com/breathe-doc/breathe/pull/959 >`__
25
+ - Fix test failure with latest Sphinx master.
26
+ `#1010 <https://github.com/breathe-doc/breathe/pull/1010 >`__
27
+ - Fix error in template specialization with qualified arguments
28
+ `#1010 <https://github.com/breathe-doc/breathe/pull/1012 >`__
29
+
6
30
- 2023-02-28 - **Breathe v4.35.0 **
7
31
8
32
- Pull lone literal blocks in paragraphs up to produce correct doctree.
0 commit comments