From 5eb208daf547cb9080eab89c49d75aaa11b3096e Mon Sep 17 00:00:00 2001 From: KV Date: Sun, 27 Aug 2023 15:39:13 +0200 Subject: [PATCH] Fix typo in issue link text --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cd5d8e0..848ecda 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -23,7 +23,7 @@ ### Hotfix -- Adjust GraphViz generation code for compatibility with v0.18 of the `graphviz` Python package ([#258](https://github.com/formatc1702/WireViz/issues/258), [#262](https://github.com/formatc1702/WireViz/pull/261)) +- Adjust GraphViz generation code for compatibility with v0.18 of the `graphviz` Python package ([#258](https://github.com/formatc1702/WireViz/issues/258), [#261](https://github.com/formatc1702/WireViz/pull/261)) ## [0.3.1](https://github.com/formatc1702/WireViz/tree/v0.3.1) (2021-10-25)