From aef15b4637dee72ec2572d20b15cc947016c9489 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 27 Jan 2024 15:35:21 -0700 Subject: [PATCH] update changelog with monotonic fixes --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index f4aa033..952b4b7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,6 +12,8 @@ - Fix an issue where a long-running request might not appear in the toolbar UI without refreshing the page. +- Use ``time.monotonic()`` when computing performance intervals. + 4.10 (2022-01-02) -----------------