]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix link in changelog [ci-skip] (#9438)
authordisservin <disservin.social@gmail.com>
Fri, 20 Oct 2023 07:21:17 +0000 (09:21 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 07:21:17 +0000 (07:21 +0000)
* chore: fix link in changelog

fix link to comment in changelog

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
CHANGELOG.md

index dd2d4775424783fd4a06100c07eff3e71f7961b0..545f6ceeebad35df2bef275377ca8db520531888 100644 (file)
@@ -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)