From 8400649fd36dae218f2a06b349398f18673e4c3b Mon Sep 17 00:00:00 2001 From: Cameron <51241057+maniwani@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:52:46 -0700 Subject: [PATCH] avoid abbreviation, QoL -> quality of life Co-authored-by: Joona Aalto --- content/news/2023-10-21-bevy-0.12/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/2023-10-21-bevy-0.12/index.md b/content/news/2023-10-21-bevy-0.12/index.md index ea246333a8..d70feb39fb 100644 --- a/content/news/2023-10-21-bevy-0.12/index.md +++ b/content/news/2023-10-21-bevy-0.12/index.md @@ -23,7 +23,7 @@ Since our last release a few months ago we've added a _ton_ of new features, bug
authors: @nakedible @maniwani @alice-i-cecile
-Bevy 0.12 brings two major QoL improvements to `FixedUpdate`. +Bevy 0.12 brings two major quality of life improvements to `FixedUpdate`. - `Time` now returns the contextually correct values for systems running in `FixedUpdate`. (As such, `FixedTime` has been removed.) - `FixedUpdate` can no longer snowball into a "death spiral" (where the app freezes because `FixedUpdate` steps are enqueued faster than it can run them).