diff --git a/docs/changelog.html b/docs/changelog.html index f2ac4c2..a2b6bd0 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -176,20 +176,14 @@
AceComm:SendCommMessage targeting the GUILD channel in QuestieLearnerComms.lua. All background data synchronization now travels exclusively via the questiecomm hidden global channel.Refines the data-sharing mechanism to use exclusively hidden global channels, removing guild-channel broadcasts to minimize chat traffic while maintaining real-time data synchronization.
+ +AceComm:SendCommMessage targeting the GUILD channel in QuestieLearnerComms.lua. All background data synchronization now travels exclusively via the questiecomm hidden global channel.Implements a robust verification model for learned data, introducing a tiered confidence system (Verified vs Unconfirmed), automated stale data cleanup with protection for high-confidence entries, and a critical correction to coordinate scaling logic for 3.3.5a combat log events. Refactors global data sharing to utilize hidden chat channels for community-wide confidence calculation.