# HG changeset patch # User Franz Glasner # Date 1556869603 -7200 # Node ID 3c0ff52b2bdb18fb0a492dee4a6490a469793993 # Parent 7cfdc972af42af3370c9141c84c2acd9943a958b Changelog diff -r 7cfdc972af42 -r 3c0ff52b2bdb CHANGES.txt --- a/CHANGES.txt Fri May 03 09:43:15 2019 +0200 +++ b/CHANGES.txt Fri May 03 09:46:43 2019 +0200 @@ -17,12 +17,20 @@ :released: unreleased .. change:: + :tags: breaking + + The public functions to manage file extensions to file modes have + been renamed to :py:func:`configmix.set_assoc`, + :py:func:`configmix.get_assoc`, :py:func:`clear_assoc`, + :py:func:`configmix.get_default_assoc`. + + .. change:: :tags: breaking, feature The associations from filename extensions to parsers are :py:mod:`fnmatch` style patterns now. - Calling :py:func:`configmix.set_loader` prepends to the currently + Calling :py:func:`configmix.set_assoc` prepends to the currently defined associations and therefore gets the highest priority. .. change::