14
0

- update to 32.0:

* Allow start attribute in ordered lists (#216)
  * No limit rendering RST one column field names (#219)
  * Render disabled checkboxes from Markdown (#217)
  * support cmarkgfm>=0.6.0 (#209)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=15
This commit is contained in:
2022-01-16 12:50:10 +00:00
committed by Git OBS Bridge
parent d49c45c547
commit f4dc362560
4 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 16 12:48:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 32.0:
* Allow start attribute in ordered lists (#216)
* No limit rendering RST one column field names (#219)
* Render disabled checkboxes from Markdown (#217)
* support cmarkgfm>=0.6.0 (#209)
-------------------------------------------------------------------
Mon Mar 22 10:45:29 UTC 2021 - Ben Greiner <code@bnavigator.de>