summaryrefslogtreecommitdiff
path: root/support/latexmk/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexmk/CHANGES')
-rw-r--r--support/latexmk/CHANGES16
1 files changed, 15 insertions, 1 deletions
diff --git a/support/latexmk/CHANGES b/support/latexmk/CHANGES
index f43cb57bb7..09e5cd9b2e 100644
--- a/support/latexmk/CHANGES
+++ b/support/latexmk/CHANGES
@@ -857,5 +857,19 @@ From v. 4.79 to 4.80
Various bug fixes and corrections, improvements in error and warning
messages, and corrections to documentation.
-
+From v. 4.80 to 4.81
+ Fix various problems when filenames contain non-ASCII characters,
+ especially when MSYS is used.
+ Fix problems with analyzing wrapped lines in log files, especially with
+ lualatex.
+ With options like -dvi that set the kind of output file, turn off
+ settings corresponding to incompatible options.
+ Improved warning and error messages.
+ Fix problem when using the $use_make_for_missing_files, with the search
+ over possible extensions for a missing file.
+ Add .run.xml to the list of generated extensions in @generated_exts.
+ Correct the behavior after errors. Previously force_mode didn't work as
+ documented, terminating processing too early, while in
+ preview_continuous_mode, incorrect extra runs were sometimes made.
+ Other bug fixes.