15
0

- update to 2.3.0:

* Update Pandoc API from 1.22 to 1.23 (Pandoc 3.0):
  * Add `Figure` block object
  * Remove `Null` block object (scheduled for removed)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-panflute?expand=0&rev=13
This commit is contained in:
2023-06-01 20:17:12 +00:00
committed by Git OBS Bridge
parent 83e117cb10
commit 19767cbd74
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jun 1 20:16:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.3.0:
* Update Pandoc API from 1.22 to 1.23 (Pandoc 3.0):
* Add `Figure` block object
* Remove `Null` block object (scheduled for removed)
-------------------------------------------------------------------
Tue Oct 4 22:36:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>