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.md35
1 files changed, 32 insertions, 3 deletions
diff --git a/macros/generic/markdown/CHANGES.md b/macros/generic/markdown/CHANGES.md
index 250ec4f8df..3eef881e72 100644
--- a/macros/generic/markdown/CHANGES.md
+++ b/macros/generic/markdown/CHANGES.md
@@ -1,6 +1,32 @@
# Changes
-## 2.21.0
+## 2.22.0 (2023-04-03)
+
+Development:
+
+- Add support for TeX math surrounded by backslash-escaped
+ parens and brackets. (contributed by @lostenderman, #61,
+ #235, #236, #270)
+- Add support for attributes on links, images, and inline
+ code spans. (jgm#36, jgm#43, #50, #123, #256, #280)
+- Add `import` LaTeX option. (#107, #285)
+
+Documentation:
+
+- Unify how Pandoc syntax extensions are named and cited in
+ documentation. (#274, #284)
+
+Refactoring:
+
+- Only configure the Kpathsea library if it has not already
+ been configured. (#268, #283)
+
+Deprecation:
+
+- Deprecate `theme` LaTeX option in favor of the new
+ `import` LaTeX option. (#107, #285)
+
+## 2.21.0 (2023-02-28)
Development:
@@ -17,6 +43,9 @@ Fixes:
[CommonMark](https://spec.commonmark.org/0.30/#matches).
(lostenderman#56, #265)
- Fail gracefully when CLI receives unknown options. (eddcb18)
+
+Documentation:
+
- Rename `writer->encode_*()` methods to clarify their purpose.
(lostenderman#101, #271, #272)
@@ -24,9 +53,9 @@ Deprecation:
- Deprecate the current semantics of header attribute contexts.
(#258, #264)
-- Deprecate `hardLineBreaks` option. (#227, #263)
+- Deprecate `hardLineBreaks` Lua option. (#227, #263)
-## 2.20.0 (2022-02-01)
+## 2.20.0 (2023-02-01)
Development: