From aa4bd00ec7f4eac58e00af0aee22d771523fb004 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 20 Aug 2021 21:53:55 -0700 Subject: Bump to 2.14.2, update changelog. --- changelog.md | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index 9171fe63b..82961ffd2 100644 --- a/changelog.md +++ b/changelog.md @@ -12,18 +12,21 @@ * HTML reader: treat commments as blank when parsing (#7482). - * Markdown reader: - - + Fix raw LaTeX injection issue (#7497). Using a code block - containing `\end{verbatim}`, one could inject raw TeX into a - LaTeX document even when `raw_tex` is disabled. Thanks to - Augustin Laville for noticing the bug. - + Multimarkdown sub- and superscripts (#5512, OCzarnecki). - Added an extension `short_subsuperscripts` which modifies - the behavior of `subscript` and `superscript`, allowing - subscripts or superscripts containing only alphanumerics - to end with a space character (eg. `x^2 = 4` or `H~2 is - combustible`). This improves support for multimarkdown. + * Markdown reader: + + + Fix raw LaTeX injection issue (#7497). Using a code block + containing `\end{verbatim}`, one could inject raw TeX into a + LaTeX document even when `raw_tex` is disabled. Thanks to + Augustin Laville for noticing the bug. + + Multimarkdown sub- and superscripts (#5512, OCzarnecki). + Added an extension `short_subsuperscripts` which modifies + the behavior of `subscript` and `superscript`, allowing + subscripts or superscripts containing only alphanumerics + to end with a space character (eg. `x^2 = 4` or `H~2 is + combustible`). This improves support for multimarkdown. + + * RST reader: Fix `:literal:` includes (#7513). These should create + code blocks, not insert raw RST. * LaTeX reader: @@ -160,7 +163,10 @@ * INSTALL.md: Add GitLab CI/CD example (#7448, Veratyr). - * MANUAL.txt clarifications (William Lupton). + * MANUAL.txt + + - Clarifications (William Lupton). + - Add a note on security risks of include directives. * Document use of the 'underline' class (#7492, #7484, William Lupton). -- cgit v1.2.3