From 197142a068289e64515ca0a866c5252b1ad00a3d Mon Sep 17 00:00:00 2001 From: Willem van Verseveld Date: Mon, 11 Nov 2024 17:27:24 +0100 Subject: [PATCH] Update changelog --- docs/src/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 7c7f4baa2..daa392de3 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initialization of `LateralSSF` variables `ssf` and `ssfmax` with vertical hydraulic conductivity profile `exponential_constant`. Removed parameter `khfrac` from the computation, as it is already part of parameter `kh_0`. +- Mutating BMI model control functions (`update`, `update_until` and `finalize`) and + extended mutating BMI functions (`load_state` and `save_state`) should return `nothing`. ### Changed - Removed vertical concepts `HBV` and `FLEXTopo`.