comparison CHANGES.txt @ 182:3c0ff52b2bdb

Changelog
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 May 2019 09:46:43 +0200
parents 8138d56d7cd3
children 46c7d872db83
comparison
equal deleted inserted replaced
181:7cfdc972af42 182:3c0ff52b2bdb
15 .. changelog:: 15 .. changelog::
16 :version: 0.7.dev1 16 :version: 0.7.dev1
17 :released: unreleased 17 :released: unreleased
18 18
19 .. change:: 19 .. change::
20 :tags: breaking
21
22 The public functions to manage file extensions to file modes have
23 been renamed to :py:func:`configmix.set_assoc`,
24 :py:func:`configmix.get_assoc`, :py:func:`clear_assoc`,
25 :py:func:`configmix.get_default_assoc`.
26
27 .. change::
20 :tags: breaking, feature 28 :tags: breaking, feature
21 29
22 The associations from filename extensions to parsers are 30 The associations from filename extensions to parsers are
23 :py:mod:`fnmatch` style patterns now. 31 :py:mod:`fnmatch` style patterns now.
24 32
25 Calling :py:func:`configmix.set_loader` prepends to the currently 33 Calling :py:func:`configmix.set_assoc` prepends to the currently
26 defined associations and therefore gets the highest priority. 34 defined associations and therefore gets the highest priority.
27 35
28 .. change:: 36 .. change::
29 :tags: feature 37 :tags: feature
30 38