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.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: