diff --git a/CHANGES.md b/CHANGES.md index a7b065c..0917eeb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +# Release 3.0.1 + +2021-01-09 + +This release can be built with a broader range of GHC versions (at least 8.6, +8.8, 8.10 instead of just 8.8 with release 2.0.0). No functional changes. + +Pandoc compatibility: 2.10 + # Release 3.0.0 2021-01-08 diff --git a/pandoc-unicode-math.cabal b/pandoc-unicode-math.cabal index 66445db..49787e8 100644 --- a/pandoc-unicode-math.cabal +++ b/pandoc-unicode-math.cabal @@ -1,5 +1,5 @@ name: pandoc-unicode-math -version: 3.0.0 +version: 3.0.1 synopsis: Replace Unicode symbols by equivalent Latex commands description: A Pandoc filter that replaces Unicode math symbols and greek letters like ∀, ∈, →, λ, or Ω in math environments