From 954dcf0c8cf979edf2fcfb5e26c0b07c5bd30b91 Mon Sep 17 00:00:00 2001 From: theOehrly <23384863+theOehrly@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:43:04 +0200 Subject: [PATCH] MNT: changelog for v3.4.1 --- docs/changelog/v3.4.x.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/changelog/v3.4.x.rst b/docs/changelog/v3.4.x.rst index 07564ee3e..9dadf3fce 100644 --- a/docs/changelog/v3.4.x.rst +++ b/docs/changelog/v3.4.x.rst @@ -1,3 +1,30 @@ +What's new in v3.4.1 +-------------------- + +(released 16/10/2024) + +Bug Fixes +^^^^^^^^^ + +- Fixed a bug that caused qualifying laps to be split incorrectly into Q1, Q2 + and Q3 laps. Mainly outlaps were incorrectly assigned to the previous + session. (closes #605) + +- Fixed errors in tyre data (compound, tyre age, ...). (Massive thanks to + user "TheBobba" on the MultiViewer Discord for noticing and helping me with + this!) + +- Added error handling for a rare error caused by downgrading the + ``requests-cache`` dependency or by reusing the cache with various versions + of the dependency. + + +Other Changes +^^^^^^^^^^^^^ + +- Bumped some DeprecationWarnings to FutureWarnings to make them more visible + to users. + What's new in v3.4.0 --------------------