From a642e7095fff31f52984f680701e2f16fc010dbb Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 2 May 2021 20:27:56 +0200 Subject: [PATCH] chore: changelog note on getters change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3