From 768e6682dfa089900d33e7e8f0abb15a3b177177 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Wed, 12 Aug 2020 01:18:29 +0100 Subject: [PATCH] Update C changelog for 0.99.4 --- c/CHANGELOG.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/c/CHANGELOG.rst b/c/CHANGELOG.rst index 24a7da1486..ba2b5fcbe1 100644 --- a/c/CHANGELOG.rst +++ b/c/CHANGELOG.rst @@ -1,3 +1,21 @@ +--------------------- +[0.99.4] - 2020-08-12 +--------------------- + +**Note** + +- The ``TSK_VERSION_PATCH`` macro was incorrectly set to ``4`` for 0.99.3, so both + 0.99.4 and 0.99.3 have the same value. + +**Changes** + +- Mutation times can be a mixture of known and unkown as long as for each + individual site they are either all known or all unknown (:user:`benjeffery`, :pr:`761`). + +**Bugfixes** + +- Fix for including core.h under C++ (:user:`petrelharp`, :pr:`755`). + --------------------- [0.99.3] - 2020-07-27 ---------------------