Mercurial > hgrepos > Python > libs > ConfigMix
changeset 790:ddb122635d35 default tip
Make version formatting in CHANGES.txt consistent: no "v" prefix
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 17 May 2026 13:59:56 +0200 |
| parents | 8ab718cbec22 |
| children | |
| files | CHANGES.txt |
| diffstat | 1 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 17 13:55:43 2026 +0200 +++ b/CHANGES.txt Sun May 17 13:59:56 2026 +0200 @@ -41,8 +41,8 @@ Add missing test data file(s). -v0.23.2 (2023-12-04) -~~~~~~~~~~~~~~~~~~~~ +0.23.2 (2023-12-04) +~~~~~~~~~~~~~~~~~~~ - **[feature]** Implement new method @@ -52,8 +52,8 @@ Test fixes for the tests on Windows -v0.23.1 (2023-10-31) -~~~~~~~~~~~~~~~~~~~~ +0.23.1 (2023-10-31) +~~~~~~~~~~~~~~~~~~~ - **[bugfix,misc]** Implement real proper conformance to :pep:`491`: @@ -61,8 +61,8 @@ ``platlib`` dictated installation into ``platlib`` previously. -v0.23 (2023-10-30) -~~~~~~~~~~~~~~~~~~ +0.23 (2023-10-30) +~~~~~~~~~~~~~~~~~ - **[feature]** Allow new merge strategies for lists: extend or prepend instead of @@ -77,8 +77,8 @@ Test fixes and enhancements -v0.22 (2023-08-17) -~~~~~~~~~~~~~~~~~~ +0.22 (2023-08-17) +~~~~~~~~~~~~~~~~~ - **[feature]** Nested interpolation for filters. @@ -88,16 +88,16 @@ commas (``,``) in addition to the pipe symbol (``|``). -v0.21.4 (2023-06-14) -~~~~~~~~~~~~~~~~~~~~ +0.21.4 (2023-06-14) +~~~~~~~~~~~~~~~~~~~ - **[feature]** Implement a new ``SYS`` variable namespace with ``executable``, ``prefix``, ``base_prefix`` and ``platform`` as current content. -v0.21.3 (2023-06-12) -~~~~~~~~~~~~~~~~~~~~ +0.21.3 (2023-06-12) +~~~~~~~~~~~~~~~~~~~ - **[bugfix]** Fixed some format string errors in the YAML loader. These errors were only
