From: disservin Date: Fri, 20 Oct 2023 07:21:17 +0000 (+0200) Subject: chore: fix link in changelog [ci-skip] (#9438) X-Git-Tag: v3.3.6~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d3d5c2dd7e3c9510105c608ef21ed3fe65a57cd;p=thirdparty%2Fvuejs%2Fcore.git chore: fix link in changelog [ci-skip] (#9438) * chore: fix link in changelog fix link to comment in changelog * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: 三咲智子 Kevin Deng --- diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2d477542..545f6ceeeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### Bug Fixes -* add isGloballyWhitelisted back, but deprecated ([#8556](https://github.com/vuejs/core/issues/8556)) ([63dfe8e](https://github.com/vuejs/core/commit/63dfe8eab499979bcc2f7829e82464e13899c895)), closes [/github.com/vuejs/core/issues/8416#issuecomment-1566583260](https://github.com//github.com/vuejs/core/issues/8416/issues/issuecomment-1566583260) +* add isGloballyWhitelisted back, but deprecated ([#8556](https://github.com/vuejs/core/issues/8556)) ([63dfe8e](https://github.com/vuejs/core/commit/63dfe8eab499979bcc2f7829e82464e13899c895)), closes [#8416](https://github.com/vuejs/core/issues/8416) * **build:** disable useDefineForClassFields in esbuild ([#9252](https://github.com/vuejs/core/issues/9252)) ([6d14fa8](https://github.com/vuejs/core/commit/6d14fa88e85d4c9e264be394ddb37a54ca6738a8)) * **compat:** return value of vue compat set() ([#9377](https://github.com/vuejs/core/issues/9377)) ([e3c2d69](https://github.com/vuejs/core/commit/e3c2d699f694d9500ddee78571172a24f0e3b17a)) * **compiler-sfc:** don't hoist props and emit ([#8535](https://github.com/vuejs/core/issues/8535)) ([24db951](https://github.com/vuejs/core/commit/24db9516d8b4857182ec1a3af86cb7346691679b)), closes [#7805](https://github.com/vuejs/core/issues/7805) [#7812](https://github.com/vuejs/core/issues/7812)