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.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/macros/generic/markdown/CHANGES.md b/macros/generic/markdown/CHANGES.md
index e36d6b2e83..fae1a5a717 100644
--- a/macros/generic/markdown/CHANGES.md
+++ b/macros/generic/markdown/CHANGES.md
@@ -1,12 +1,22 @@
# Changes
+## 2.17.0 (2022-10-01)
+
+Development:
+
+- Add support for user-defined syntax extensions. (#182)
+
## 2.16.1 (2022-08-30)
Fixes:
- Fix default rendering of fancy lists in LaTeX. (#179, #180)
- Change category code of hash sign (`#`) to other in the
- `\markdownInput` command. (#181)
+ `\markdownInput` command. (#181, d067ae8)
+
+Deprecation:
+
+- Use `make4ht` instead of `htlatex` in `examples/Makefile`. (#183)
Continuous Integration: