summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/markdown/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/markdown/CHANGES.md')
-rw-r--r--Master/texmf-dist/doc/generic/markdown/CHANGES.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/markdown/CHANGES.md b/Master/texmf-dist/doc/generic/markdown/CHANGES.md
index e4099613012..e36d6b2e834 100644
--- a/Master/texmf-dist/doc/generic/markdown/CHANGES.md
+++ b/Master/texmf-dist/doc/generic/markdown/CHANGES.md
@@ -1,11 +1,23 @@
# Changes
+## 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)
+
+Continuous Integration:
+
+- Use all available CPU cores for unit tests. (#178)
+
## 2.16.0 (2022-08-26)
Development:
-- Add support for strike-throughs, fenced divs, inline spans, subscripts,
- superscripts, and fancy lists. (#149, #160, #162, #168, #170)
+- Add support for strike-throughs, fenced divs, subscripts, superscripts,
+ and fancy lists. (#149, #160, #162, #168, #170)
- Add facade in front of expl3 inferface for YAML metadata. (#118, #175)
- Add `\setupmarkdown` and `\inputmarkdown` commands to ConTeXt. (#17, #176)