From 7ef9a314b12c1a31edb0d09d41fcba93143fe772 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Fri, 6 Dec 2019 15:44:40 +0800 Subject: [PATCH] Update the CHANGELOG for 5.4.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69558fea..ed842941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [5.4.0 Extended Cache Metadata, on Dec 5th, 2019](https://github.com/rs/SDWebImage/releases/tag/5.4.0) +## [5.4.0 Extended Cache Metadata, on Dec 6th, 2019](https://github.com/rs/SDWebImage/releases/tag/5.4.0) See [all tickets marked for the 5.4.0 release](https://github.com/SDWebImage/SDWebImage/milestone/51) ### Features @@ -12,6 +12,7 @@ See [all tickets marked for the 5.4.0 release](https://github.com/SDWebImage/SDW ### Fixes - Using one global function to ensure we always sync all the UIImage category associated object status correctly inside our framework #2902 +- Fix the thread safe issue with Downloader and DownloaderOperation during cancel #2903 ## [5.3 Patch, on Dec 3rd, 2019](https://github.com/rs/SDWebImage/releases/tag/5.3.3) See [all tickets marked for the 5.3.3 release](https://github.com/SDWebImage/SDWebImage/milestone/54)