aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-05-11 08:46:08 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-05-12 12:28:06 -0700
commit114b3d9d470e65c25bcb5711daf053478f30e319 (patch)
tree0d0d9d47cf972bb9c1148c3bb343b33006b80131 /CHANGELOG.md
parente362afe43ca4144838fd544bcb048d4a033690bc (diff)
downloadsubsurface-114b3d9d470e65c25bcb5711daf053478f30e319.tar.gz
Core: consider dive-number on sorting
A user reports a problem when dives have the same time but different numbers. The dives appear sorted randomly (effectively they are sorted by an internal unique-id). Try to sort by number for dives at the same date in this case. Fixes #2086 Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05ec45f0b..647f07628 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
- Import: Small enhancements on Suunto SDE import
- Desktop: Add import dive site menu option and site selection dialog
+- Core: Sort dives by number if at the same date
- Core: fix bug in get_distance() to correctly compute spherical distance
- Desktop: For videos, add save data export as subtitle file
- Desktop: make dive sites 1st class citizens with their own dive site table