From 29562bd8412d0057383211c348c11b3fda64a8c8 Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Mon, 13 Nov 2023 15:37:25 -0800 Subject: [PATCH] update change log (#1237) --- doc/misc/changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/misc/changelog.md b/doc/misc/changelog.md index 4b5b15055..6265760af 100644 --- a/doc/misc/changelog.md +++ b/doc/misc/changelog.md @@ -3,6 +3,23 @@ Major changes are listed below. Each release likely contains fiddling with back-end code, updates to latest `fwdpp` version, etc. +## 0.21.4 + +Behavior changes: + +* {func}`fwdpy11.DiploidPopulation.add_mutation` now considers the overlap + with the desired interval when calculating weights. + PR {pr}`1228` + Issue {issue}`1180` +* Raise warnings when removing selected fixations may + not be the right thing to do during a simulation. + PR {pr}`1235` + +Documentation + +* Remove deprecated API use from manual. + PR {pr}`1233` + ## 0.21.3 Deprecations