SHA256
1
0
forked from pool/python-cmd2

- update to 1.4.0:

* Fixed tab completion crash on Windows
  * Changed how multiline doc string help is formatted to match style of other help messages

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=76
This commit is contained in:
2020-11-26 09:25:34 +00:00
committed by Git OBS Bridge
parent 4b31c38c8d
commit 254fae6ad9
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 26 09:24:47 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.4.0:
* Fixed tab completion crash on Windows
* Changed how multiline doc string help is formatted to match style of other help messages
-------------------------------------------------------------------
Mon Nov 9 18:05:38 UTC 2020 - Dirk Mueller <dmueller@suse.com>