From: Daniel Khalil Date: Fri, 11 Nov 2022 01:12:40 +0000 (+0100) Subject: chore: escape html tag in change log (#7089) [ci skip] X-Git-Tag: v3.2.45~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=845efbbb5d0bc8ba476983d9716668b28a3b8e6f;p=thirdparty%2Fvuejs%2Fcore.git chore: escape html tag in change log (#7089) [ci skip] --- diff --git a/CHANGELOG.md b/CHANGELOG.md index afcf716977..7057c13aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ * **compiler-sfc:** fix macro usage in multi-variable declaration ([#6778](https://github.com/vuejs/core/issues/6778)) ([99b6697](https://github.com/vuejs/core/commit/99b6697fb44dd1094ea0bf372c1d05214ffb92a2)), closes [#6757](https://github.com/vuejs/core/issues/6757) * **compiler-sfc:** handle method shorthand syntax in withDefaults ([#6972](https://github.com/vuejs/core/issues/6972)) ([8a882ce](https://github.com/vuejs/core/commit/8a882ce0a10bfa5482d6b8a9b68fd49cff4f6937)), closes [#6971](https://github.com/vuejs/core/issues/6971) * **compiler-sfc:** only escape parsing-breaking characters in v-bind css var names ([#6816](https://github.com/vuejs/core/issues/6816)) ([57c9013](https://github.com/vuejs/core/commit/57c901383792176fd7267b7d34d845088dbeff63)), closes [#6803](https://github.com/vuejs/core/issues/6803) -* **compiler-sfc:** require