From fa4362fb7ccc6c99153a4d91df649be88ce986f8 Mon Sep 17 00:00:00 2001 From: Jerome Kelleher Date: Wed, 7 Aug 2024 10:09:50 +0100 Subject: [PATCH] Update changelog for bugfix release --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4030913f..8ec8e7033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ # Changelog -## [1.3.3] - 2024-XX-XX +## [1.3.3] - 2024-08-07 + +Bugfix release for issues with Dirac and Beta coalescent models. **Bug fixes**: -- Correct the Dirac coalescent time scaling with polyploidy and population growth. +- Fix segfault for in Dirac and Beta coalescent models for ploidy > 2 ({issue}`2307`, {pr}`{2308}`) + +- Correct the Dirac coalescent time scaling with polyploidy and population growth. ({pr}`{2310}, + {user}`JereKoskela`) + +- Allow psi = 1 in the Dirac coalescent ({pr}`{2310}, {user}`JereKoskela`). ## [1.3.2] - 2024-07-08