comparison CHANGES.txt @ 203:b2a5442867e7

Doc: Wording: "allow" -> "support"
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 05 May 2019 14:53:15 +0200
parents 0b855758ba08
children bbc1aa40d781
comparison
equal deleted inserted replaced
202:2e66178a09d8 203:b2a5442867e7
80 An `encoding` keyword argument can be specified explicitely now. 80 An `encoding` keyword argument can be specified explicitely now.
81 81
82 .. change:: 82 .. change::
83 :tags: breaking, feature 83 :tags: breaking, feature
84 84
85 Allow comment-like key-value pairs with configuration keys starting 85 Support comment-like key-value pairs with configuration keys starting
86 with ``__doc`` or ``__comment``. 86 with ``__doc`` or ``__comment``.
87 87
88 .. change:: 88 .. change::
89 :tags: misc 89 :tags: misc
90 90
106 Build a tree of configuration settings from INI files 106 Build a tree of configuration settings from INI files
107 107
108 .. change:: 108 .. change::
109 :tags: feature 109 :tags: feature
110 110
111 Allow JSON formatted files as configuration files also (suffix ".json"). 111 Support JSON formatted files as configuration files also (suffix ".json").
112 112
113 .. change:: 113 .. change::
114 :tags: feature 114 :tags: feature
115 115
116 Allow custom configuration filename extensions and custom loaders that 116 Allow custom configuration filename extensions and custom loaders that