changeset 182:3c0ff52b2bdb

Changelog
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 May 2019 09:46:43 +0200
parents 7cfdc972af42
children d1103f0f9166
files CHANGES.txt
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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::