comparison docs/changes.rst @ 787:615b7e1b80d2

Suppress section numbering for "Breaking Changes"
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 17 May 2026 13:11:40 +0200
parents be6ef72c55d5
children
comparison
equal deleted inserted replaced
786:5f0ee44825b1 787:615b7e1b80d2
8 changes have a look at :ref:`api-changes`, they are listed there in 8 changes have a look at :ref:`api-changes`, they are listed there in
9 detail. 9 detail.
10 10
11 .. include:: ../CHANGES.txt 11 .. include:: ../CHANGES.txt
12 12
13 .. raw:: latex
14
15 \SuppressSubsectionNumbering
13 16
14 .. _api-changes: 17 .. _api-changes:
15 18
16 Breaking Changes 19 Breaking Changes
17 ================ 20 ================
110 changed. 113 changed.
111 114
112 - The default file encoding when reading INI style files with 115 - The default file encoding when reading INI style files with
113 :py:func:`configmix.ini.load` is now "UTF-8". Previously it was undefined 116 :py:func:`configmix.ini.load` is now "UTF-8". Previously it was undefined
114 and therefore dependent on the user's locale. 117 and therefore dependent on the user's locale.
118
119 .. raw:: latex
120
121 \EndSuppressNumbering