summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/markdown/CHANGES.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-04 19:52:01 +0000
committerKarl Berry <karl@freefriends.org>2022-10-04 19:52:01 +0000
commit0a699b79f2bd98ae97c6a6e007a5fdeb5d40a800 (patch)
treebaf533a397ae8250c605710b9a301a4441b5619f /Master/texmf-dist/doc/generic/markdown/CHANGES.md
parentfc8804ff77020ea4f918b632bcfde3e1e4b26667 (diff)
markdown (4oct22)
git-svn-id: svn://tug.org/texlive/trunk@64609 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.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/markdown/CHANGES.md b/Master/texmf-dist/doc/generic/markdown/CHANGES.md
index fae1a5a7172..077fb63c994 100644
--- a/Master/texmf-dist/doc/generic/markdown/CHANGES.md
+++ b/Master/texmf-dist/doc/generic/markdown/CHANGES.md
@@ -1,6 +1,24 @@
# Changes
-## 2.17.0 (2022-10-01)
+## 2.17.1 (2022-10-03)
+
+Fixes:
+
+- Add `debugExtensions` and `debugExtensionsFileName` Lua options for debugging
+ user-defined syntax extensions. (#191, #192)
+ - Add a third optional argument to the `reader->insert_pattern()` method and
+ increment `user_extension_api_version` to `2`. This change is fully
+ backwards-compatible with the `user_extension_api_version` of `1`.
+ (658fbbe)
+ - Fix typos in example code for user-defined syntax extensions.
+ (7c6de52, d3195f7)
+
+Documentation:
+
+- Move `contentBlocksLanguageMap` option to the file and directory names
+ section of the technical documentation. (dd564f2)
+
+## 2.17.0 (2022-09-30)
Development: