17
0

- Update to 1.9.5:

* check_module: Don’t crash, exit with error instead (#261)
  * Register completion for multiple commands (#246)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal
2019-04-05 11:15:59 +00:00
committed by Git OBS Bridge
parent 3226ad8b67
commit ca26701ea4
4 changed files with 18 additions and 18 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 5 11:02:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.9.5:
* check_module: Dont crash, exit with error instead (#261)
* Register completion for multiple commands (#246)
-------------------------------------------------------------------
Mon Feb 25 05:52:03 UTC 2019 - John Vandenberg <jayvdb@gmail.com>