We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e186cc9 commit e22308bCopy full SHA for e22308b
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
`pandoc-lua-marshal` uses [PVP Versioning][].
4
5
+## 0.2.7.1
6
+
7
+Released 2024-07-02.
8
9
+- Relaxed the upper bound of tasty-quickcheck, used in tests.
10
+ Now allows version 0.11.
11
12
+- Update documentation on constructors; the descriptions now
13
+ match those in the pandoc docs.
14
15
## 0.2.7
16
17
Released 2024-05-06.
pandoc-lua-marshal.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
name: pandoc-lua-marshal
-version: 0.2.7
+version: 0.2.7.1
synopsis: Use pandoc types in Lua
description: This package provides functions to marshal and unmarshal
pandoc document types to and from Lua.
0 commit comments