summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-02-18 14:12:38 -0800
committerDavid Lord <davidism@gmail.com>2022-02-18 14:12:38 -0800
commit0ccada0e64dbb42eecea8386b5e4e41146b9b0f6 (patch)
tree495f98f9d4a3dcc889fa9fb111234ac15fe227ff /CHANGES.rst
parente7cff2a3dcb40df267e8cf92b80396a4875dece8 (diff)
downloadclick-0ccada0e64dbb42eecea8386b5e4e41146b9b0f6.tar.gz
remove utf-8 detection
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 50a9dea..463a967 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -15,6 +15,9 @@ Unreleased
``shutil.get_terminal_size`` instead.
- ``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`
- Single options boolean flags with ``show_default=True`` only show
the default if it is ``True``. :issue:`1971`