From 004d017d62dab89daeb9fd4c518380da0ba99e18 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:04:12 +0800 Subject: [PATCH] Update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3713bb847..6cf2cb9a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,9 @@ * translate: Fix error handling when features cannot be read from reference sequence file. [#1168][] (@victorlin) * translate: Remove an unnecessary check which allowed for inaccurate error messages to be shown. [#1169][] (@victorlin) +* frequencies: Previously, monthly pivot points calculated from the end of a month may have been shifted by 1-3 days. This is now fixed. [#1150][] (@victorlin) +[#1150]: https://github.com/nextstrain/augur/pull/1150 [#1168]: https://github.com/nextstrain/augur/pull/1168 [#1169]: https://github.com/nextstrain/augur/pull/1169