# HG changeset patch # User Franz Glasner # Date 1557067154 -7200 # Node ID 344da17f01e35d397c741b4336533b091039930b # Parent bbc1aa40d7814c3f0207113ba224ceacb6b00d61 Doc: wording in "Changes" diff -r bbc1aa40d781 -r 344da17f01e3 doc/changes.rst --- a/doc/changes.rst Sun May 05 14:57:15 2019 +0200 +++ b/doc/changes.rst Sun May 05 16:39:14 2019 +0200 @@ -23,14 +23,19 @@ has been done: + Filename extensions in :mod:`fnmatch` style are associated with - file-mode strings. These file-mode strings are associated with loader - functions separately. + file-mode strings. + + These file-mode strings are associated with loader + functions separately via the mapping :py:data:`configmix.mode_loaders`. + :py:func:`configmix.set_assoc`, :py:func:`configmix.get_assoc`, :py:func:`configmix.clear_assoc` and :py:func:`configmix.get_default_assoc` are the new names for the old `set_loader()`, `get_loader()`, `clear_loader()` and `get_default_loader()` functions. + They are used for associating :mod:`fnmatch` style filename patterns + to file-mode strings. Previously they associated loader functions + directly. + :py:func:`configmix.set_assoc` now requires a :mod:`fnmatch` style pattern instead of just a file extension string (i.e. a plain trailer).