summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2020-11-13 09:38:08 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-13 11:10:48 -0800
commit10bedf02d03ab0d855385abd233881f56ab7e023 (patch)
tree12f829e5542eca5b5df8c22a676bcd80235cbbc0 /CHANGELOG.md
parent78da1869ce55418d83e95b219a6bd691e8ead2bc (diff)
downloadsubsurface-10bedf02d03ab0d855385abd233881f56ab7e023.tar.gz
Gracefully handle infinite MND for oxygen
When breathing pure oxygen and considering it not narcotic, there is not maximal narcotic depth and the formula divides by zero. So better, handle this case separately. Fixes #3080 Signed-off-by: Robert C. Helling <helling@atdotde.de>
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 3f14b5350..e12c2a74d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,4 @@
+- core: Gracefully handle infinte MND for oxygen
- mobile: add location service warning as required by Google Play
- mobile: fix manually adding dives in the past [#2971]