Skip to content

Commit

Permalink
Prep for 0.13.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Dec 6, 2023
1 parent 9712ab0 commit 1d85d1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 1d85d1d

Please sign in to comment.