diff --git a/CHANGELOG.md b/CHANGELOG.md index 87695071..4ce4157d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.18.0 +* Fixed bug triggered by the text "Output written on .." missing from log file, + while at the same time `latexmk` returned status code 0 (i.e. "success"). + This caused the `outputFilePath` key on the log parsing result to equal 'null' + and this value thus incorrectly ended up in paths etc. Missing output file + info is now **always** treated as an error. + ## 0.17.0 * Fixed bug caused by incorrect assumption of a log file always being generated by a build; moved volatile log parsing result usage to deeper scope.