Skip to content

Commit

Permalink
organize changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Sep 12, 2018
1 parent 02202b6 commit fbd18ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Unreleased
- Fix bug in test runner when calling ``sys.exit`` with ``None``. (`#739`_)
- Clarify documentation on command line options. (`#741`_, `#1003`_)
- Fix crash on Windows console. (`#744`_)
- Fix bug that caused bash completion to give improper completions on chained commands. (`#754`_, `#774`_, `#790`_, `#806`_)
- Fix bug that caused bash completion to give improper completions on chained commands. (`#754`_, `#774`_)
- Added support for dynamic bash completion from a user-supplied callback. (`#755`_)
- Added support for bash completions containing spaces. (`#773`_)
- Fix option naming routine to match documentation. (`#793`_)
- Use deterministic option name; can't rely on list sort. (`#793`_, `#794`_)
- Allow autocompletion function to determine whether or not to return completions that start with the incomplete argument. (`#790`_, `#806`_)
- Fix option naming routine to match documentation and be deterministic. (`#793`_, `#794`_)
- Fix path validation bug. (`#795`_, `#1020`_)
- Add test and documentation for ``Option`` naming: functionality. (`#799`_)
- Update doc to match arg name for ``path_type``. (`#801`_)
Expand All @@ -54,13 +54,14 @@ Unreleased
- Add support for auto-completion documentation. (`#866`_, `#869`_)
- Allow ``CliRunner`` to separate stdout and stderr. (`#868`_)
- Fix variable precedence. (`#873`_, `#874`_)
- Allow autocompletion function to determine whether or not to return completions that start with the incomplete argument. (`#869`_)
- Fix invalid escape sequences. (`#877`_)
- Fix ``ResourceWarning`` that occurs during some tests. (`#878`_)
- When detecting a misconfigured locale, don't fail if the ``locale`` command fails. (`#880`_)
- Add ``case_sensitive=False`` as an option to ``Choice`` types. (`#887`_)
- Force stdout/stderr writable. This works around issues with badly patched standard streams like those from Jupyter. (`#918`_)
- Fix completion of subcommand options after last argument (`#919`_, `#930`_)
- ``_AtomicFile`` now uses the ``realpath`` of the original filename so that chaning the working directory does not affect it. (`#920`_)
- Fix incorrect completions when defaults are present (`#925`_, `#930`_)
- Add copy option attrs so that custom classes can be re-used. (`#926`_, `#994`_)
- "x" and "a" file modes now use stdout when file is ``"-"``. (`#929`_)
- Fix missing comma in ``__all__`` list. (`#935`_)
Expand All @@ -70,8 +71,6 @@ Unreleased
- Move ``fcntl`` import. (`#965`_)
- Fix Google App Engine ``ImportError``. (`#995`_)
- Better handling of help text for dynamic default option values. (`#996`_)
- Fix completion of subcommand options after last argument (`#919`_)
- Fix incorrect completions when defaults are present (`#925`_)
- Fix ``get_winter_size()`` so it correctly returns ``(0,0)``. (`#997`_)
- Add test case checking for custom param type. (`#1001`_)
- Allow short width to address cmd formatting. (`#1002`_)
Expand Down Expand Up @@ -155,6 +154,7 @@ Unreleased
.. _#925: https://github.com/pallets/click/issues/925
.. _#926: https://github.com/pallets/click/issues/926
.. _#929: https://github.com/pallets/click/pull/929
.. _#930: https://github.com/pallets/click/pull/930
.. _#935: https://github.com/pallets/click/pull/935
.. _#949: https://github.com/pallets/click/issues/949
.. _#954: https://github.com/pallets/click/issues/954
Expand Down

0 comments on commit fbd18ec

Please sign in to comment.