From c66b15bde1bdd71397a8a94df5534089303c84d4 Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Wed, 17 Aug 2022 12:16:13 -0700 Subject: [PATCH] Update changes. --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ac8c3aff..e4bfd1be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,10 @@ Improvements: - Remove most of the deprecated methods with exception of delegates - Fix missing NS_DESIGNATED_INITIALIZER +Fixes: + +- Fix incorrect comparison of style image cache keys that led to 100% miss by [@ninjaprox](https://github.com/ninjaprox) + 3.3.0 (2020-07-12) ---