From 9fd0f4391842ca8e6ececb84e562bd48bdce14fd Mon Sep 17 00:00:00 2001 From: Mohamed El Mouctar HAIDARA Date: Sat, 29 Jan 2022 14:50:24 +0100 Subject: [PATCH] docs: update CHANGELOG.md [ci skip] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51acdb9..c1a1eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ - fix: Do not pass display as param since it's a singleton + init locale to fix warning - feat: Open node file when double-clicking on it from a browser [\#79](https://github.com/haidaraM/ansible-playbook-grapher/pull/79) +- fix: Unhighlight the current node when clicking on a new one +- fix: Use the correct LICENSE GPLv3 [\#100](https://github.com/haidaraM/ansible-playbook-grapher/pull/100). +- Add some news messages + fix typo and type hint - **Full Changelog**: https://github.com/haidaraM/ansible-playbook-grapher/compare/v1.0.2...v1.1.0