diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-01-11 11:14:41 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-11 08:42:17 -0800 |
commit | 5692f0d68aa1224cce7f2f25e66b8dd8663f2d66 (patch) | |
tree | 73442c5e20d80f540b274d22c79174ef98f08845 /CHANGELOG.md | |
parent | 108f6fed2f383be32808a1eb5a6ac82d078d6330 (diff) | |
download | subsurface-5692f0d68aa1224cce7f2f25e66b8dd8663f2d66.tar.gz |
undo: add missing invalidate_dive_cache() calls
The AddWeight, RemoveWeight, EditWeight and ReplanDive
commands were missing invalidate_dive_cache() calls.
Add them to ensure that the dives are written to git
logs on save.
Fixes #3150
Reported-by: Peter Zaal <peter.zaal@gmail.com>
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 663957818..1b058cb61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- undo: save to git after editing weights [#3159] - desktop: complete rewrite of the statistics code, significantly expanding capabilities - desktop: add preferences option to disable default cylinder types - mobile: add ability to show fundamentally the same statistics as on the desktop |