- Fixed SDImageCacheConfig class name in Changelog.md
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -65,7 +65,7 @@ See [all tickets marked for the 4.0.0 release](https://github.com/rs/SDWebImage/ | @@ -65,7 +65,7 @@ See [all tickets marked for the 4.0.0 release](https://github.com/rs/SDWebImage/ | ||
65 | - renamed `SDWebImage` iOS static lib target to `SDWebImage iOS static` for clarity | 65 | - renamed `SDWebImage` iOS static lib target to `SDWebImage iOS static` for clarity |
66 | - improving the unit tests code coverage #1681 required | 66 | - improving the unit tests code coverage #1681 required |
67 | - Refactored `NSData` `ImageContentType` category, instead of returning the contentType as a string, the new added method `sd_imageFormatForImageData` will return a `SDImageFormat` enum value | 67 | - Refactored `NSData` `ImageContentType` category, instead of returning the contentType as a string, the new added method `sd_imageFormatForImageData` will return a `SDImageFormat` enum value |
68 | - - `SDImageCache` configuration properties moved into `SDImageCacheConfiguration` (which is now available via `config` property): | 68 | + - `SDImageCache` configuration properties moved into `SDImageCacheConfig` (which is now available via `config` property): |
69 | - `shouldDecompressImages` | 69 | - `shouldDecompressImages` |
70 | - `shouldDisableiCloud` | 70 | - `shouldDisableiCloud` |
71 | - `shouldCacheImagesInMemory` | 71 | - `shouldCacheImagesInMemory` |
-
Please register or login to post a comment