From c736e72d15d785c94a7ac607b039b7629efb5e01 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 18 Sep 2020 01:42:51 -0400 Subject: [PATCH] chore: changelog edits [ci skip] --- CHANGELOG.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0385eed3b..d04222d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,14 +23,7 @@ ### 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)