We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8986ef4 commit 8d958f4Copy full SHA for 8d958f4
CHANGELOG.md
@@ -2,7 +2,14 @@
2
3
`pandoc-lua-marshal` uses [PVP Versioning][].
4
5
-## 0.2.3
+## 0.2.5
6
+
7
+Released 2024-03-04.
8
9
+- The `clone` method on *Blocks* and *Inlines* elements now
10
+ creates deep copies of the lists.
11
12
+## 0.2.4
13
14
Released 2024-01-19.
15
pandoc-lua-marshal.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
name: pandoc-lua-marshal
-version: 0.2.4
+version: 0.2.5
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