From 1c2c413eef43ee8acb85c94028e613e0f9c6fa66 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 Aug 2022 16:20:42 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fc283..cf90cb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ### Changed * upgrade dependencies +### Fixed +* remove duplicated code +* remove unused variables and packages +* replace repeated strings with variables +* add html attributes +* remove unused package* +* replace var with let +* replace v-html with v-text to prevent xss ## 2.4.3 ### Fixed