From ac2ddc4d15f9804f4af244aa9474be1580828bad Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Thu, 5 Sep 2019 00:03:03 +0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7ec77e..5dd2d8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.1 Patch, on Sep 5th, 2019](https://github.com/rs/SDWebImage/releases/tag/5.1.1) +See [all tickets marked for the 5.1.1 release](https://github.com/SDWebImage/SDWebImage/milestone/44) + +### Fixes + +- Fix that some option mask check with local BOOL variable, error result on 32 bit device. #2819 #2817 +- Fix the macOS that SDAnimatedImageView does not works for imageScaling and imageAlignment properties #2820 +- Fix the case when SDAnimatedImageView dealloc on the fetch queue, will cause it trigger the UIKit/AppKit method on non-main queue and captured by UI Main Thread Checker #2825 + ## [5.1.0 - SwiftPM and more, on Aug 3rd, 2019](https://github.com/rs/SDWebImage/releases/tag/5.1.0) See [all tickets marked for the 5.1.0 release](https://github.com/SDWebImage/SDWebImage/milestone/38)