From 9788fc065ce866382ddf93ae749943631eea2135 Mon Sep 17 00:00:00 2001 From: Liam DeVoe Date: Tue, 2 Jun 2020 18:22:43 -0400 Subject: [PATCH] add changelogs for v4.3.0 and v4.3.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf62d93..dc364579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v4.3.1 + +* fix `TimewarpResult` being missing from `__all__` + +# v4.3.0 + +* add basic timewarp detection (just calculates the median of the frametimes) + # v4.2.2 * fix ``ReplayCache`` and ``ReplayDir`` double counting replays sometimes (for real this time)