Skip to content

Commit

Permalink
Update CHANGELOG.md of v0.6.0 (#578)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

closes [this issue](#577)

* Update CHANGELOG.md
  • Loading branch information
carsoli committed Oct 27, 2020
1 parent 674318c commit 00c4e16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ Great thanks to @pikax for #311, making most of the APIs better aligned with the

- The `lazy` option of `watch` has been replaced by the opposite `immediate` option, which defaults to false. (It's ignored when using the effect signature). [more details](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md#breaking-changes-12) (#266)
- Rename `nonReactive` to `markRaw`
- `watchEffect` now follows the same behaviour as v3 (triggers immediately).
- `UnwrapRef` types from `vue-next` this can cause some incompatibilities.

## Bug Fixes
Expand Down

0 comments on commit 00c4e16

Please sign in to comment.