From 665d02280f5c04515e76feb78078dd89da091f3e Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Tue, 29 Sep 2020 23:24:53 +0800 Subject: [PATCH] Update the CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7268ca..250f0119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## [5.9.2 - 5.9 Patch, on Sep 11th, 2020](https://github.com/rs/SDWebImage/releases/tag/5.9.2) +## [5.9.2 - 5.9 Patch, on Sep 29th, 2020](https://github.com/rs/SDWebImage/releases/tag/5.9.2) See [all tickets marked for the 5.9.2 release](https://github.com/SDWebImage/SDWebImage/milestone/78) ### Fixes - Fix the issue that SDAnimatedImageView will trigger an empty callback when animation stopped. This will cause some bad effect such as rendering a empty image or placeholder image (especially on iOS 14) #3092 +- Fix: `duration` is not used in SDWebImageTransition convenience initializers. #3094 ## [5.9.1 - 5.9 Patch, on Sep 11th, 2020](https://github.com/rs/SDWebImage/releases/tag/5.9.1) See [all tickets marked for the 5.9.1 release](https://github.com/SDWebImage/SDWebImage/milestone/77)