diff options
| -rw-r--r-- | changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index ee709484f..09ce42257 100644 --- a/changelog.md +++ b/changelog.md @@ -209,8 +209,11 @@ are present. In this case we must rerun LaTeX. So we now take the SHA1 hash of the TOC file and rerun LaTeX if it changes between runs. - + Increase maximum number of LaTeX runs to 4 (#9299). On some documents, + + Increase maximum number of LaTeX runs to 4 (#9299). On some documents, 4 runs are needed (e.g. when a LastPage reference is used). + + Avoid `readFileLazy`, on theory that lazy IO is + responsible for the improperly cleaned-up temp directories + on Windows (#9460). * MANUAL.txt: |
