summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/CHANGES.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-04 03:00:59 +0000
committerNorbert Preining <norbert@preining.info>2022-10-04 03:00:59 +0000
commit30b3429f0e138c93c5f1ba1d1a6d46728c0943e9 (patch)
tree6c15cc0a1c291188deaa6f1c37d469d4e4dd27c7 /macros/generic/markdown/CHANGES.md
parent0ec122c100e39ea118fdb2c4b6223ece8053f439 (diff)
CTAN sync 202210040300
Diffstat (limited to 'macros/generic/markdown/CHANGES.md')
-rw-r--r--macros/generic/markdown/CHANGES.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/macros/generic/markdown/CHANGES.md b/macros/generic/markdown/CHANGES.md
index fae1a5a717..077fb63c99 100644
--- a/macros/generic/markdown/CHANGES.md
+++ b/macros/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: