From: Evan You Date: Tue, 17 May 2022 04:57:09 +0000 (+0800) Subject: chore: fix changelog format [ci skip] X-Git-Tag: v3.2.34~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f9c2cd94dfe585db19d0da670fd40aea17f7a48;p=thirdparty%2Fvuejs%2Fcore.git chore: fix changelog format [ci skip] --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a800b64e..d006b88849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * **compiler-core:** normalize v-bind:style with array literal value ([0f00cf4](https://github.com/vuejs/core/commit/0f00cf43cf5eaeeee7f12d523a5f4936f7dc0a84)), closes [#5106](https://github.com/vuejs/core/issues/5106) * **compiler-core:** template v-if should never be treated as dev root fragment ([51f3d38](https://github.com/vuejs/core/commit/51f3d386de7f5fcec6eb4c1c223ba824be036648)), closes [#5189](https://github.com/vuejs/core/issues/5189) * **compiler-dom:** properly stringify v-html/v-text with constant value ([6283b2e](https://github.com/vuejs/core/commit/6283b2ec413b78fe88775d249d3598cdce977b7a)), closes [#5439](https://github.com/vuejs/core/issues/5439) [#5445](https://github.com/vuejs/core/issues/5445) -* **compiler-sfc:**