From: Evan You Date: Wed, 24 Jul 2024 15:37:31 +0000 (+0800) Subject: chore: Merge branch 'main' into minor X-Git-Tag: v3.5.0-alpha.4~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa6c5d8d32474040ed3ad168b008d7fe5852b40d;p=thirdparty%2Fvuejs%2Fcore.git chore: Merge branch 'main' into minor --- fa6c5d8d32474040ed3ad168b008d7fe5852b40d diff --cc CHANGELOG.md index e7c3d88025,2c253a60eb..769d5fa280 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -1,5 -1,5 +1,11 @@@ + ## [3.4.34](https://github.com/vuejs/core/compare/v3.4.33...v3.4.34) (2024-07-24) + ++* **defineModel:** correct update with multiple changes in same tick ([#11430](https://github.com/vuejs/core/issues/11430)) ([a18f1ec](https://github.com/vuejs/core/commit/a18f1ecf05842337f1eb39a6871adb8cb4024093)), closes [#11429](https://github.com/vuejs/core/issues/11429) ++ ++ ++ +# [3.5.0-alpha.3](https://github.com/vuejs/core/compare/v3.4.33...v3.5.0-alpha.3) (2024-07-19) + ### Bug Fixes