diff options
| author | Fernando Perez-Garcia <fepegar@gmail.com> | 2019-10-18 16:27:02 +0100 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2019-10-18 08:49:54 -0700 |
| commit | ab63d852aba40d3e8feae7527308e4c4d105ec8b (patch) | |
| tree | 098f0c524359d7a5e8d363c3cfe2783639de786a /docs | |
| parent | ec6f1100864d502b9b372fa36c93fe243a9faddc (diff) | |
| download | click-ab63d852aba40d3e8feae7527308e4c4d105ec8b.tar.gz | |
add note regarding change to choices value in 7.1
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/options.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/options.rst b/docs/options.rst index e3cb086..095041e 100644 --- a/docs/options.rst +++ b/docs/options.rst @@ -349,6 +349,10 @@ What it looks like: Choices should be unique after considering the effects of ``case_sensitive`` and any specified token normalization function. +.. versionchanged:: 7.1 + The resulting value from an option will always be on the of the + originally passed choices regardless of ``case_sensitive``. + .. _option-prompting: Prompting |
