From f192d9263cdd9eae40bf4407008fae665a9bd57b Mon Sep 17 00:00:00 2001 From: Emily Soth Date: Wed, 28 May 2025 11:49:07 -0700 Subject: [PATCH] update history note for 3.16.0a3 --- HISTORY.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ebf8ddbeb..bf8b58e1a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -60,10 +60,16 @@ 6. InVEST model Z (model names should be sorted A-Z) +Unreleased Changes +------------------ + +General +======= +* Fixed a micromamba command bug in 3.16.0a1 that was calling micromamba + directly, instead of using the path to the executable + (`#1965 `_). This was + mistakenly not actually released in 3.16.0a2. -.. - Unreleased Changes - ------------------ 3.16.0a2 (2025-05-28) ---------------------