14
0
forked from pool/python-munch

- update to 2.5.0:

* Support fromJSON classmethod for all Munch subclasses
  * Fix DefaultMunch/DefaultFactoryMunch return value for get method (fixes #53)
  * Support fromYAML classmethod for all Munch subclasses (fixes #34)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-munch?expand=0&rev=7
This commit is contained in:
2019-12-20 19:21:56 +00:00
committed by Git OBS Bridge
parent f9344de77b
commit b7425aabdf
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Dec 20 19:20:53 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- update to 2.5.0:
* Support fromJSON classmethod for all Munch subclasses
* Fix DefaultMunch/DefaultFactoryMunch return value for get method (fixes #53)
* Support fromYAML classmethod for all Munch subclasses (fixes #34)
-------------------------------------------------------------------
Thu Dec 6 05:40:17 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>