Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.17 KB

CHANGELOG.rst

File metadata and controls

44 lines (32 loc) · 1.17 KB

Version 3.0.0 (UNRELEASED)

Released TBD

  • Drop support for Python 2
  • Drop support for Click 6

Version 2.1

Released 2021-06-26

  • Drop support for Python 3.5
  • Add support for Python 3.9
  • Add support for Click 8

Version 2.0

Released 2020-02-17

  • Drop support for Python 2.6, 3.3, and 3.4
  • Add support for Python 3.6, 3.7, and 3.8
  • Add support for Click 7
  • Added an on_finished callback method that will get called when the shell exits. #16
  • Added support for a changeable prompt. #1 #18
  • Handle Python installs where readline.__doc__ is None. #7 #11

Version 1.0

Released 2016-11-28

  • Support pyreadline for Windows. #5
  • Fixed a bug where the command name was passed along to the shell. #4