SHA256
1
0
forked from pool/python-cmd2

- Update to 0.9.16:

* Fixed inconsistent parsing/tab completion behavio
  * Create directory for the persistent history file if it does not already exist
  * Aliases and macros can no longer have the same name as a command

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=55
This commit is contained in:
Tomáš Chvátal
2019-09-13 10:58:44 +00:00
committed by Git OBS Bridge
parent ee96ea4e4c
commit c75d75a4a2
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 13 10:57:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.16:
* Fixed inconsistent parsing/tab completion behavio
* Create directory for the persistent history file if it does not already exist
* Aliases and macros can no longer have the same name as a command
-------------------------------------------------------------------
Thu Aug 1 11:29:12 UTC 2019 - pgajdos@suse.com