comparison CHANGES.txt @ 268:1484f6c0223a

Implemented "del_assoc()"
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 10 Sep 2020 09:22:30 +0200
parents 46571485b7d4
children e73884fe060b
comparison
equal deleted inserted replaced
267:d715c10f2930 268:1484f6c0223a
22 Allow loading configuration files from directories when using 22 Allow loading configuration files from directories when using
23 the "<dir>" prefix in filenames. 23 the "<dir>" prefix in filenames.
24 24
25 Unknown filetypes within these directories are ignored 25 Unknown filetypes within these directories are ignored
26 automatically. 26 automatically.
27
28 .. change::
29 :tags: feature
30
31 Implemented a function to delete an association:
32 :py:func:`configmix.del_assoc`.
27 33
28 .. changelog:: 34 .. changelog::
29 :version: 0.9 35 :version: 0.9
30 :released: 2020-07-28 36 :released: 2020-07-28
31 37