14
0

- update to 2.2.2:

* Fix mixed content extension with empty content (issue #337)
  * Fix lru_cache() usage on global maps caching
  * Fix mixed content extension without explicit mixed attribute
    (issue #334)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=41
This commit is contained in:
2023-03-27 08:25:04 +00:00
committed by Git OBS Bridge
parent 60ea2ec8b9
commit 8e90ce2dc4
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 27 08:24:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.2.2:
* Fix mixed content extension with empty content (issue #337)
* Fix lru_cache() usage on global maps caching
* Fix mixed content extension without explicit mixed attribute
(issue #334)
-------------------------------------------------------------------
Fri Feb 10 12:46:13 UTC 2023 - Dirk Müller <dmueller@suse.com>