14
0

- Update to 0.9.4:

* Fix min_by/max_by with empty lists (`issue 151)
  * Fix reverse type for null type (issue 145)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=32
This commit is contained in:
Tomáš Chvátal
2019-03-26 14:44:44 +00:00
committed by Git OBS Bridge
parent 7b3f28e7d6
commit e749a6a2ba
4 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 26 14:43:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.4:
* Fix min_by/max_by with empty lists (`issue 151)
* Fix reverse type for null type (issue 145)
-------------------------------------------------------------------
Tue Dec 4 12:49:31 UTC 2018 - Matej Cepl <mcepl@suse.com>