From e407342d4703e8380685eb53b7b5a850d5e23a5a Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:19:42 -0700 Subject: [PATCH] add changelog snippets --- changelog/snippets/balance.6252.md | 2 ++ changelog/snippets/fix.6252.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 changelog/snippets/balance.6252.md create mode 100644 changelog/snippets/fix.6252.md diff --git a/changelog/snippets/balance.6252.md b/changelog/snippets/balance.6252.md new file mode 100644 index 0000000000..61646cff06 --- /dev/null +++ b/changelog/snippets/balance.6252.md @@ -0,0 +1,2 @@ +- (#6252) A bug fix reverts 1.2 -> 1.3 second reload time changes for the following unit weapons: + - Megalith proton cannons, CZAR AA missiles, Pillar cannons, and Cybran cruiser AA diff --git a/changelog/snippets/fix.6252.md b/changelog/snippets/fix.6252.md new file mode 100644 index 0000000000..bda7970731 --- /dev/null +++ b/changelog/snippets/fix.6252.md @@ -0,0 +1,3 @@ +- (#6252) Fix the blueprint fire rate test not accounting for rounding tie-breaking towards even numbers, which gave incorrect suggestions for these numbers: + - 4.0 fire rate: suggested 3.333, correct suggestion 5.0 + - 0.8 fire rate: suggested 0.769, correct suggestion 0.833