15
0

- update to 2.3.1:

* Document that pandoc 3.1.* is supported
  * Document older pandoc 2.19 support
  * Make MetaMap/List completely pythonic
  * Figure, Table: fix to_json() crash if caption is None
- Update to version 2.2.3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-panflute?expand=0&rev=17
This commit is contained in:
2024-03-21 17:17:54 +00:00
committed by Git OBS Bridge
parent bde5a7f2f5
commit 72c5d1cbbc
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 21 17:16:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.3.1:
* Document that pandoc 3.1.* is supported
* Document older pandoc 2.19 support
* Make MetaMap/List completely pythonic
* Figure, Table: fix to_json() crash if caption is None
-------------------------------------------------------------------
Fri Sep 1 00:26:56 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
@@ -16,7 +25,7 @@ Thu Jun 1 20:16:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Tue Oct 4 22:36:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.2.3
- Update to version 2.2.3
* Added equality operator to element objects (Doc, Block, Inline, Str, etc.)
Misc. bugfixes