summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-02-20 10:51:31 -0800
committerDavid Lord <davidism@gmail.com>2022-02-20 10:51:31 -0800
commit74765746b88e96eac6fec3b736b346db60f78551 (patch)
tree1a43708f111af0fa326456629aeb7b82040ed7fa /CHANGES.rst
parent22d3886f47feab6c3bfa93810fbd2bfb13f513c3 (diff)
downloadclick-74765746b88e96eac6fec3b736b346db60f78551.tar.gz
reword locale encoding changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3b442e4..0ae4c93 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -14,8 +14,8 @@ Version 8.1.0
- ``get_os_args`` is removed, use ``sys.argv[1:]`` instead.
- Rely on :pep:`538` and :pep:`540` to handle selecting a UTF-8
- encoding instead of ASCII for misconfigured systems. Click's UTF-8
- locale detection is removed. :issue:`2198`
+ encoding instead of ASCII. Click's locale encoding detection is
+ removed. :issue:`2198`
- Single options boolean flags with ``show_default=True`` only show
the default if it is ``True``. :issue:`1971`
- The ``command`` and ``group`` decorators can be applied with or