aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2021-10-01 15:50:21 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-10-01 08:50:36 -0700
commit41258647d232a24adca394202b44b204409b4c9f (patch)
treea1c0b94973d5e8795cd3b8dba44542c2efa2bdbb /CHANGELOG.md
parent5e9ee9febb595ced1699e1f60a659e01266ec7e9 (diff)
downloadsubsurface-41258647d232a24adca394202b44b204409b4c9f.tar.gz
Don't access gasmix.o2.fraction
Air is a special gas that does not contain oxygen according to gasmix.o2.fraction. If you want to use the fo2, you need to use get_o2() to treat this special case correctly. This fixes a bug when setting the MND of a gas containing 21% oxygen when o2 is considered not narcotic. Reported-by: Christoph Gruen <gruen.christoph@gmail.com> 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 1c25010b7..d7fac522f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,4 @@
+planner: fix a bug setting the MND for gasmix with 21% oxygen
mobile: remove support for acquiring fine grain location / GPS
mobile: Add support for rich text when displaying dive notes
core: fix off-by-one causing incorrect profile display #3184