15
0

- Update to 2.5.2:

* Removed 'input' keyword reassignment (#131)
  * Fix issue #118 (underscores not working in aria attributes) (#119)
  * Adding some missing attrs to DASHED_ATTRIBUTES (#126)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dominate?expand=0&rev=10
This commit is contained in:
2020-09-21 06:17:48 +00:00
committed by Git OBS Bridge
parent 2dcdb0a01c
commit a46212ce33
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 21 06:15:59 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.5.2:
* Removed 'input' keyword reassignment (#131)
* Fix issue #118 (underscores not working in aria attributes) (#119)
* Adding some missing attrs to DASHED_ATTRIBUTES (#126)
-------------------------------------------------------------------
Tue Mar 31 05:23:00 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>