From 89b26f494a7603989e1ecfca6146365d1d70bca2 Mon Sep 17 00:00:00 2001 From: molpopgen Date: Mon, 17 Jul 2017 11:46:33 -0700 Subject: [PATCH] update release notes re: API compatibility --- doc/md/RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/md/RELEASE_NOTES.md b/doc/md/RELEASE_NOTES.md index 3c20f7381..e93b51ce1 100644 --- a/doc/md/RELEASE_NOTES.md +++ b/doc/md/RELEASE_NOTES.md @@ -6,6 +6,8 @@ milestones (target version numbers for these features to go live) because that i ## 0.5.6 +This release breaks API compatibility. + * Issue #51 resolved. * API issue #50 resolved. The KTfwd::GSLrng_t is no longer copy-constructible. * API issue #48 is addressed. This is an API change breaking backwards compatilibity for multi-locus/region simulations. The new API allows more flexibility in modeling interlocus/region crossovers. The API for KTfwd::sample_diploid is changed for multi-locus/region sims. Two functions, KTfwd::make_poisson_interlocus_rec and KTfwd::make_binomial_interlocus_rec, return vectors of callbacks bound to the two new structs. [commit](https://github.com/molpopgen/fwdpp/commit/8ee950e7f315434284164e50c0f09b1e52a4c40c)