# HG changeset patch # User Franz Glasner # Date 1557060795 -7200 # Node ID b2a5442867e7b4a91403ce77b3bb2ac7be853865 # Parent 2e66178a09d87a7c18aeb0e3535f926bfe7b4696 Doc: Wording: "allow" -> "support" diff -r 2e66178a09d8 -r b2a5442867e7 CHANGES.txt --- a/CHANGES.txt Sun May 05 12:07:27 2019 +0200 +++ b/CHANGES.txt Sun May 05 14:53:15 2019 +0200 @@ -82,7 +82,7 @@ .. change:: :tags: breaking, feature - Allow comment-like key-value pairs with configuration keys starting + Support comment-like key-value pairs with configuration keys starting with ``__doc`` or ``__comment``. .. change:: @@ -108,7 +108,7 @@ .. change:: :tags: feature - Allow JSON formatted files as configuration files also (suffix ".json"). + Support JSON formatted files as configuration files also (suffix ".json"). .. change:: :tags: feature