]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: note on typescript 4 in changelog [ci skip]
authorEvan You <yyx990803@gmail.com>
Wed, 30 Dec 2020 21:03:59 +0000 (16:03 -0500)
committerEvan You <yyx990803@gmail.com>
Wed, 30 Dec 2020 21:03:59 +0000 (16:03 -0500)
CHANGELOG.md

index b0a6314dfb0f1de00d1af691b2c228564e5f0572..bad153fd69eaacf705eab6c03bde75a2a7f11ac6 100644 (file)
@@ -1,6 +1,7 @@
 ## [3.0.5](https://github.com/vuejs/vue-next/compare/v3.0.4...v3.0.5) (2020-12-30)
 
-
+**Note:** this release contains a type-only change that requires TypeScript 4.0+, which
+may cause build issues in projects still using TS 3.x.
 ### Bug Fixes
 
 * **compiler-core:** fix missing createVNode import on nested v-for ([ad4d391](https://github.com/vuejs/vue-next/commit/ad4d3915d39515a3e9ff2de691f82cb922a314b9)), closes [#2718](https://github.com/vuejs/vue-next/issues/2718)