From 785a71d62d79dbf9c4eb8c5868b20986a30cd35d Mon Sep 17 00:00:00 2001
From: Marco Matthies <71844+marcom@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:48:28 +0100
Subject: [PATCH] Add CHANGELOG

---
 CHANGELOG.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b7ce00..f9a390f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,10 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 *Aim: 3 species, 2 crop growth models, farm model, GAEC scenarios, experimental analysis*
 
-## [0.6.0] - unreleased
-
 *Plan: decouple CairoMakie (#81), fix & test ALMaSS, set up first experiments*
 
+## [0.6.0]
+
+**This point release re-implements the ALMaSS crop model**
+
+
 ### Added
 
 - `crop.cropdirectory` parameter specifies folder in which all crop data files for the
@@ -37,6 +40,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
+- The implementation of the ALMaSS vegetation model in Persefone has
+  been completely rewritten, hopefully more faithfully reproducing the
+  logic in ALMaSS.  The resulting plant heights are now more realistic
+  and do not produce the extreme plant heights seen previously (which
+  was due to an erroneous interpretation of the ALMaSS growth curves).
+
+
 ---
 
 ## [0.5.5] - 09-08-2024
-- 
GitLab