From 4e67872d0d57f1bd0b15d9d5d20ecb68ec6db3e9 Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Wed, 7 Aug 2024 10:08:57 -0700 Subject: [PATCH] update change log (#1334) --- doc/misc/changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/misc/changelog.md b/doc/misc/changelog.md index 6ab0ebb81..47c78c8e3 100644 --- a/doc/misc/changelog.md +++ b/doc/misc/changelog.md @@ -3,6 +3,22 @@ Major changes are listed below. Each release likely contains fiddling with back-end code, updates to latest `fwdpp` version, etc. +## 0.24.1 + +Bug fixes: + +Fix bug in handling fixation removal in generations +when simplification occurs. (PR {pr}`1326`) + +Back end changes: + +* Improve runtime validation of inputs to GSL discrete +lookup tables. (PR {pr}`1330`) +* Throw an exception if ALL diploid fitness values are 0. (PR {pr}`1330`) +* Throw an exception if ALL diploid fitness values are 0 within a single deme. (PR {pr}`1330`) +* Fix a warning relating to code not accepted in C++20. (PR {pr}`1333`) + + ## 0.24.0 Bug fixes: