summaryrefslogtreecommitdiff
path: root/support/latexmk/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexmk/CHANGES')
-rw-r--r--support/latexmk/CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/support/latexmk/CHANGES b/support/latexmk/CHANGES
index 09e5cd9b2e..96abc635cb 100644
--- a/support/latexmk/CHANGES
+++ b/support/latexmk/CHANGES
@@ -873,3 +873,21 @@ From v. 4.80 to 4.81
preview_continuous_mode, incorrect extra runs were sometimes made.
Other bug fixes.
+From v. 4.81 to 4.82
+ Fixed various anomalies in working with biber, especially under error conditions.
+ Fixed various anomalies with use of -bibtex- and -bibtex-cond options.
+ Fixed problem that -Werror worked only with bibtex and not biber. (This
+ is the option that causes latexmk to return a non-zero exit code to
+ flag an error when there are missing-citation messages in the .log
+ file.)
+ Added -dir-report-only option.
+ Fixed lack of quoting on command line to kpsewhich.
+ Implemented support for hilatex (-hnt option, $hnt_mode configuration
+ variable).
+ Allow sleep times of under a second. (That gives very responsive
+ performance on fast computers.)
+ Support ^^ format in .log file for non-ASCII bytes/characters.
+ Document $filetime_causality_threshold configuration variable.
+ Other documentation improvements.
+
+