From b18985c357c3704f361d6d039fd365bb36d1f2e7 Mon Sep 17 00:00:00 2001 From: Mohamed El Mouctar HAIDARA Date: Wed, 15 Sep 2021 22:41:51 +0200 Subject: [PATCH] Update changelog for 1.0.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8014b1b..e826ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ - Completely rewrite the grapher: the parser, the graph and the renderer to graphviz have been split. - Hide some ansible internals in the parser. - Clean code. +- feat: + - Consider inclue_role as normal role instead of + task [\#82](https://github.com/haidaraM/ansible-playbook-grapher/pull/82) - fix: - front: Refactor the JS part and fix issue when selecting/unselecting nodes - front: Do not unhighlight the current selected node when hovering on parent node