update changelog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
gitea-sonarqube-bot OK

This commit is contained in:
Simon Vieille 2022-08-21 16:20:42 +02:00
parent e802e05888
commit fd99827390
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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