Skip to content

Commit a9e5145

Browse files
committed
Minor changelog edits.
1 parent 464abdc commit a9e5145

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

changelog.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
+ Add 'uri' class when parsing `\url`, for consistency
3939
with treatment of autolinks in other formats (#7672).
4040

41-
* JATS reader: Capture `alt-text` in figures (#7703, Albert Krewinkel
42-
and Aner Lucero).
41+
* JATS reader: Capture `alt-text` in figures (#7703, Aner Lucero).
4342

4443
* MediaWiki writer: use HTML spans for anchors when header has id (#7697).
4544
We need to generate a span when the header's ID doesn't match
@@ -94,7 +93,7 @@
9493
`lpeg` and `re` are always made available in global variables,
9594
without the need for a `require`.
9695

97-
+ Set `lpeg` and `re` as globals; allow shared lib access via require
96+
+ Set `lpeg` and `re` as globals; allow shared lib access via `require`.
9897
The `lpeg` and `re` modules are loaded into globals of the respective
9998
name, but they are not necessarily registered as loaded packages. This
10099
ensures that
@@ -152,10 +151,7 @@
152151

153152
* Add `data/creole.lua` as sample custom reader.
154153

155-
* Add doc/custom-readers.md.
156-
157-
* doc/lua-filters.md: add section on global modules, including lpeg
158-
(Albert Krewinkel).
154+
* Add `doc/custom-readers.md`.
159155

160156
* MANUAL.txt: update table of exit codes and corresponding errors
161157
(Albert Krewinkel).

0 commit comments

Comments
 (0)