From 5d08c11a84766e1f5454903123105d2570a25191 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Tue, 5 Oct 2021 18:52:29 +0200 Subject: [PATCH] Add #189, #220 (known issue) bla --- docs/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6aab273c..c06d26ca 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -24,6 +24,11 @@ - Simplify BOM code ([#197](https://github.com/formatc1702/WireViz/pull/197)) - Bug fixes ([#218](https://github.com/formatc1702/WireViz/pull/218), [#221](https://github.com/formatc1702/WireViz/pull/221)) +## Known issues + +- Including images in the harness may lead to issues in the following cases: ([#189](https://github.com/formatc1702/WireViz/pull/189), [#220](https://github.com/formatc1702/WireViz/issues/220)) + - When using the `-o`/`--output_file` CLI option, specifying an output path in a different directory from the input file + - When using the `--prepend-file` CLI option, specifying a prepend file in a different directory from the mail input file ## [0.2](https://github.com/formatc1702/WireViz/tree/v0.2) (2020-10-17)