From e2285181a62daf4d1d3caf66d6d776b667092303 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Sat, 4 Apr 2020 17:55:06 +0800 Subject: [PATCH] Update the CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7c1a9c..8c294039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ See [all tickets marked for the 5.7.0 release](https://github.com/SDWebImage/SDW - Fix the issue for Carthage/SwiftPM framework version symbols, this should match the framework name SDWebImage, or will get a link error when used #2971 #2969 - Simplify the xattr helper method's code with modern Objective-C syntax #2967. Thanks @huangboju +### Changes +- Change the behavior to return the abstract type for unknown image format, this can solve the accident issue for custom coder who provide a new format #2973 + ## [5.6.1 - 5.6 Patch, on Mar 13th, 2020](https://github.com/rs/SDWebImage/releases/tag/5.6.1) See [all tickets marked for the 5.6.1 release](https://github.com/SDWebImage/SDWebImage/milestone/65)