From: Eduardo San Martin Morote Date: Sun, 2 May 2021 18:27:56 +0000 (+0200) Subject: chore: changelog note on getters change X-Git-Tag: v2.0.0-alpha.14~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a642e7095fff31f52984f680701e2f16fc010dbb;p=thirdparty%2Fvuejs%2Fpinia.git chore: changelog note on getters change --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9daa4f45..2d881361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -135,4 +135,4 @@ - `state` properties no longer need to be accessed through `store.state` - `getters` no longer receive parameters, access the store instance via `this`: - directly call `this.myState` to read state and other getters. + directly call `this.myState` to read state and other getters. **Update 2021-04-02**: `getters` receive the state again as the first parameter