From 2595379e7a561b819552a5e4f41616017956ccfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 28 Sep 2023 10:10:47 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0332e44..7e5807e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Dev +## Fixes: +- Fix parsing of the `--filter` CLI parameter (https://github.com/Kobzol/cargo-remark/issues/11) + (by [@joseluis](https://github.com/joseluis)). +- Fix normalization of source file paths on Windows (https://github.com/Kobzol/cargo-remark/issues/6). +- Fix missing images in remark table header (https://github.com/Kobzol/cargo-remark/issues/9). + # 0.1.1 (16. 8. 2023) ## Fixes - Fix links in remark message inside source file pages.