From e8b92aa926e34d43a0e39deac7e443f0a31eea25 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 7 Dec 2024 13:11:26 -0800 Subject: [PATCH] Bump to 0.12.8.12, update changelog --- changelog | 20 ++++++++++++++++++++ texmath.cabal | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index aaf8733f..eca86f48 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,23 @@ +texmath (0.12.8.12) + + * TeX writer: render prime and superscripted prime as `'` (#246). + + * TeX reader: + + + Don't crash on array with `\hline` before blank cell (#244). + + Skip whitespace in array column specifier (#244). + + * OMML writer: + + + Fix order of dPr attributes (#243). + + * Typst writer: + + + Escape commas (#242). Otherwise we can get bad results e.g. in fractions, + when the commas separate arguments. + + * Require typst-symbols 0.1.7, update tests. + texmath (0.12.8.11) * TeX reader: Ignore `@{..}` and `!{..}` in array alignment specifiers (#241). diff --git a/texmath.cabal b/texmath.cabal index 4e4b1dc4..f3d39fa4 100644 --- a/texmath.cabal +++ b/texmath.cabal @@ -1,5 +1,5 @@ Name: texmath -Version: 0.12.8.11 +Version: 0.12.8.12 Cabal-Version: >= 1.10 Build-type: Simple Synopsis: Conversion between math formats.