summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/CHANGES.md')
-rw-r--r--macros/generic/markdown/CHANGES.md28
1 files changed, 27 insertions, 1 deletions
diff --git a/macros/generic/markdown/CHANGES.md b/macros/generic/markdown/CHANGES.md
index 7e6575d20d..5cbde41192 100644
--- a/macros/generic/markdown/CHANGES.md
+++ b/macros/generic/markdown/CHANGES.md
@@ -1,6 +1,32 @@
# Changes
-## 2.18.0 (2022-10-31)
+## 2.19.0 (2022-12-23)
+
+Development:
+
+- Add support for fenced divs and bracketed spans. (#207)
+
+Fixes:
+
+- Fix incorrect category codes in plain TeX renderer prototype definitions.
+ (f156f05)
+- Allow backticks in tilde code block infostrings. (#214, #219, #221)
+
+Refactoring:
+
+- Sort Lua options, token renderers, and built-in syntax extensions. (#208)
+
+Documentation:
+
+- Link article [*High-Level Languages for
+ TeX*](https://www.doi.org/10.5300/2022-1-4/35) (in Czech) from
+ CSTUG Bulletin 1–4/2022 to `README.md`. (authored by @witiko, a2bbdea)
+
+Continuous Integration:
+
+- Make latexmk treat warnings as errors. (#228)
+
+## 2.18.0 (2022-10-30)
Development: