# HG changeset patch # User Franz Glasner # Date 1556296111 -7200 # Node ID 24a05dae0e762fec48737fc885eb5d63c942bc38 # Parent 327032bb0f6b3308b4c6018d7b3bd4f4d4a77f79 FIX: Document the breaking change in the upcoming v0.7 in the chapter for "Breaking Changes" also diff -r 327032bb0f6b -r 24a05dae0e76 doc/changes.rst --- a/doc/changes.rst Fri Apr 26 18:27:53 2019 +0200 +++ b/doc/changes.rst Fri Apr 26 18:28:31 2019 +0200 @@ -16,6 +16,16 @@ Breaking Changes ================ +0.7 +--- + +- :py:func:`configmix.set_loader` now requires a :mod:`fnmatch` style + pattern instead of just a file extension string (i.e. a plain trailer). + The previons dictionary with mapping from filename extensions to loader + callables is now a list of tuples containing the :mod:`fnmatch` style + pattern and the corresponding loader callable. + + 0.6 ---