chore: changelog edits [ci skip]

This commit is contained in:
Evan You 2020-09-18 01:42:51 -04:00
parent 876ecc8672
commit c736e72d15

View File

@ -23,14 +23,7 @@
### BREAKING CHANGES ### BREAKING CHANGES
* watch APIs now default to use `flush: 'pre'` instead of * watch APIs now default to use `flush: 'pre'` instead of
`flush: 'post'`. `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.
- This change affects `watch`, `watchEffect`, the `watch` component
option, and `this.$watch`.
- As pointed out by @skirtles-code in
# [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) # [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)