Skip to content

Commit

Permalink
update change log (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen authored Aug 7, 2024
1 parent 9e0af8c commit 4e67872
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/misc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4e67872

Please sign in to comment.