summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/markdown/CHANGES.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-04-03 21:32:50 +0000
committerKarl Berry <karl@freefriends.org>2023-04-03 21:32:50 +0000
commit69c679a19d6d919414bc1268718ab445e225d930 (patch)
tree341cf0686552fc6a306b511ec0c19dc73e00f133 /Master/texmf-dist/doc/generic/markdown/CHANGES.md
parentf587320cb4c3114a76584fc12b89cdba7c1db07c (diff)
markdown (3apr23)
git-svn-id: svn://tug.org/texlive/trunk@66751 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/markdown/CHANGES.md')
-rw-r--r--Master/texmf-dist/doc/generic/markdown/CHANGES.md35
1 files changed, 32 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/markdown/CHANGES.md b/Master/texmf-dist/doc/generic/markdown/CHANGES.md
index 250ec4f8dfd..3eef881e726 100644
--- a/Master/texmf-dist/doc/generic/markdown/CHANGES.md
+++ b/Master/texmf-dist/doc/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: