summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/breqn/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/breqn/CHANGES.md')
-rw-r--r--macros/latex/contrib/breqn/CHANGES.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/latex/contrib/breqn/CHANGES.md b/macros/latex/contrib/breqn/CHANGES.md
index bad962a4b7..c3d8781a5d 100644
--- a/macros/latex/contrib/breqn/CHANGES.md
+++ b/macros/latex/contrib/breqn/CHANGES.md
@@ -1,5 +1,17 @@
# Release notes for the `breqn` packages
+
+## v0.98j (2020/04/19)
+
+ * Remove `color` and `background` options from the documentation, as they have never done anything!
+ (Todo: make them do something...)
+ * Fix spacing bug in `dseries` with arbitrary fonts.
+ * Really fix `\\genfrac` this time, making it backwards compatible with amsmath definition.
+ * Revamp of `mathstyle` code for setting `\mathstyle` to ensure consistency between
+ LuaTeX and other engines.
+ (This was originally just a quick fix of the value of `\\mathstyle` within double
+ subscripts or superscripts)
+
## v0.98i (2020/02/18)
* Fix clash with new version of `babel` around use of the generic `\\@elt` command.