From 1d0328994d5d0791dc229a266a6b7a35b606790b Mon Sep 17 00:00:00 2001 From: emallson Date: Sat, 2 Nov 2024 16:24:32 -0400 Subject: [PATCH] changelog entries --- src/analysis/classic/warrior/arms/CHANGELOG.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/analysis/classic/warrior/arms/CHANGELOG.tsx b/src/analysis/classic/warrior/arms/CHANGELOG.tsx index 713be987f38..e7825595f53 100644 --- a/src/analysis/classic/warrior/arms/CHANGELOG.tsx +++ b/src/analysis/classic/warrior/arms/CHANGELOG.tsx @@ -3,6 +3,8 @@ import { emallson } from 'CONTRIBUTORS'; // prettier-ignore export default [ + change(date(2024, 11, 2), 'Added compensation for unavoidable rotational downtime to Active Time estimation', emallson), + change(date(2024, 11, 2), 'Adjust GCDs for Arms Warrior to ignore Haste', emallson), change(date(2024, 8, 8), 'Adjust active time section of the Arms Warrior guide', emallson), change(date(2024, 8, 4), 'Added foundational support for Arms Warrior', emallson), ];