update changelog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-08-21 16:20:42 +02:00 committed by Gitea
parent 36388bd472
commit 1c2c413eef

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