From a00fd76711bfcceed71533e91385fa8cf438c0b5 Mon Sep 17 00:00:00 2001 From: Vyacheslav Khlichkin Date: Thu, 2 Feb 2017 10:21:07 +0700 Subject: [PATCH] - Fixed SDImageCacheConfig class name in Changelog.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffb1665..bde1f3c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,7 @@ See [all tickets marked for the 4.0.0 release](https://github.com/rs/SDWebImage/ - renamed `SDWebImage` iOS static lib target to `SDWebImage iOS static` for clarity - improving the unit tests code coverage #1681 required - Refactored `NSData` `ImageContentType` category, instead of returning the contentType as a string, the new added method `sd_imageFormatForImageData` will return a `SDImageFormat` enum value - - `SDImageCache` configuration properties moved into `SDImageCacheConfiguration` (which is now available via `config` property): + - `SDImageCache` configuration properties moved into `SDImageCacheConfig` (which is now available via `config` property): - `shouldDecompressImages` - `shouldDisableiCloud` - `shouldCacheImagesInMemory`