]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: changelog edits [ci skip]
authorEvan You <yyx990803@gmail.com>
Fri, 18 Sep 2020 05:42:51 +0000 (01:42 -0400)
committerEvan You <yyx990803@gmail.com>
Fri, 18 Sep 2020 05:42:51 +0000 (01:42 -0400)
CHANGELOG.md

index 0385eed3b7cdc0c7fc2aba78a1fa88494f15f8d1..d04222d2c3ba3d9e9172a6c716a1e426a6f43862 100644 (file)
 ### BREAKING CHANGES
 
 * watch APIs now default to use `flush: 'pre'` instead of
-`flush: 'post'`.
-
-  - This change affects `watch`, `watchEffect`, the `watch` component
-    option, and `this.$watch`.
-
-  - As pointed out by @skirtles-code in
-
-
+`flush: 'post'`. This change affects `watch`, `watchEffect`, the `watch` component option, and `this.$watch`. See ([49bb447](https://github.com/vuejs/vue-next/commit/49bb44756fda0a7019c69f2fa6b880d9e41125aa)) for more details.
 
 # [3.0.0-rc.12](https://github.com/vuejs/vue-next/compare/v3.0.0-rc.11...v3.0.0-rc.12) (2020-09-16)