diff --git a/CHANGELOG.md b/CHANGELOG.md index f300de5d..e80de440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. * Adds `queuePriority` parameter (defaults to `.normal`) to `OperationQueueScheduler`. * Performance enhancement reduces Bag dispatch inline code size by 12%. * Adds `customCaptureSubscriptionCallstack` hook to allow custom subscription callstacks to be generated. +* Remove usage of `Variable` from Playground, Example projects and Tests. #### Anomalies