From 305946eca4b3ad2c81f8f3d75bf3e9e4ad735546 Mon Sep 17 00:00:00 2001
From: thepaperpilot <thepaperpilot@gmail.com>
Date: Fri, 11 Mar 2022 18:58:00 -0600
Subject: [PATCH] Fixed item from the changelog

---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 574fb30..2ebb1a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,10 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Changed
 - **BREAKING** Buyables now default to an infinite purchase limit
 - **BREAKING** devSpeed, playedTime, offlineTime, and diff now use numbers instead of Decimals
+- **BREAKING** Achievements and milestones now use watchEffect to check for completion, instead of polling each tick. shouldEarn properties now only accept functions
 - Cached more decimal values for optimization
 ### Fixed
 - Many types not being exported
-- Achievements and milestones now use watchEffect to check for completion, instead of polling each tick
 - setupHoldToClick wouldn't stop clicking after a component is unmounted
 - Header's banner would not have correct width
 ### Removed