From 1d85d1d3de80535f5fd5f613ea4b216be769a57c Mon Sep 17 00:00:00 2001 From: Lowell Alleman Date: Wed, 6 Dec 2023 11:01:37 -0500 Subject: [PATCH] Prep for 0.13.6 release --- docs/source/changelog.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index c581a52..9f831c6 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -23,9 +23,14 @@ Renames: - ``ksconf/commands/__init__.py`` -> ``ksconf/command.py`` -Ksconf v0.13.6 (DRAFT) +Ksconf v0.13.6 (2023-12-06) ~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Add new ``--empty-stanza`` to :ref:`ksconf_cmd_filter`. Thanks to Manoj Baba for the idea. +* Fix ``unarchive`` bug when dealing with local files. +* Improve handling of UTF8-BOM in some situations. As always, the marker (BOM) will be silently discarded. + + **API Changes**: * Rename :py:func:`~ksconf.conf.parser.parse_string` to :py:func:`~ksconf.conf.parser.parse_conf_string` to keep names more consistent. @@ -35,11 +40,6 @@ Ksconf v0.13.6 (DRAFT) * Created new :py:func:`~ksconf.conf.parser.write_conf_string` function for writing a conf file to a python string. -* Add new ``--empty-stanza`` to :ref:`ksconf_cmd_filter`. Thanks to Manoj Baba for the idea. -* Fix ``unarchive`` bug when dealing with local files. -* Allow better handling of UTF8-BOM in some situations. As always, the marker (BOM) will be silently discarded. - - Ksconf v0.13.5 (2023-10-20) ~~~~~~~~~~~~~~~~~~~~~~~~~~~