comparison CHANGES.txt @ 775:ac7e98fe3e14 default tip

Changelog
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 13 May 2026 20:45:20 +0200
parents f7d888526349
children
comparison
equal deleted inserted replaced
774:2031d03606fd 775:ac7e98fe3e14
10 ========= 10 =========
11 11
12 Pre-1.0 Series 12 Pre-1.0 Series
13 -------------- 13 --------------
14 14
15 unreleased
16 ~~~~~~~~~~
17
18 - **[doc]**
19 Build the PDF documentation with :command:`lualatex` now.
20
21 - **[bugfix,doc]**
22 Make the ``intersphinx_mapping`` configuration variable compatible with
23 Sphinx 8.
24
25
15 0.23.3 (2023-12-07) 26 0.23.3 (2023-12-07)
16 ~~~~~~~~~~~~~~~~~~~ 27 ~~~~~~~~~~~~~~~~~~~
17 28
18 - **[feature]** 29 - **[feature]**
19 Implement new method 30 Implement new method
20 :py:meth:`~configmix.config.Configuration.copy_new_config_without` 31 :py:meth:`~configmix.config.Configuration.copy_new_config_without`
21 for simple cases. 32 for simple cases.
22 33
23 - **[bugfix,tests]** 34 - **[bugfix,tests]**
24 Add missing test data file(s). 35 Add missing test data file(s).
25 36
26 37
27 v0.23.2 (2023-12-04) 38 v0.23.2 (2023-12-04)
28 ~~~~~~~~~~~~~~~~~~~~ 39 ~~~~~~~~~~~~~~~~~~~~
29 40
30 - **[feature]** 41 - **[feature]**