Skip to content

Commit 58f5cb4

Browse files
committed
Bump to 0.3.0, update changelog
1 parent 6832536 commit 58f5cb4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
`pandoc-lua-marshal` uses [PVP Versioning][].
44

5+
## 0.3.0
6+
7+
Released 2024-12-07.
8+
9+
* Add method `normalize` to Pandoc objects.
10+
This returns a normalized document by merging adjacent spaces in inlines
11+
and by modifying tables.
12+
13+
* Push Captions as userdata, move code to separate module.
14+
15+
* Add tests for RawInline and its properties
16+
17+
* Allow treatment of custom elements as singleton lists.
18+
19+
* Remove `pandoc` prefix on table components (jgm/pandoc#8574).
20+
521
## 0.2.9
622

723
Released 2024-10-01.

pandoc-lua-marshal.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: pandoc-lua-marshal
3-
version: 0.2.9
3+
version: 0.3.0
44
synopsis: Use pandoc types in Lua
55
description: This package provides functions to marshal and unmarshal
66
pandoc document types to and from Lua.

0 commit comments

Comments
 (0)