- Fixed SDImageCacheConfig class name in Changelog.md

This commit is contained in:
Vyacheslav Khlichkin 2017-02-02 10:21:07 +07:00
parent 1f52288a8b
commit a00fd76711
1 changed files with 1 additions and 1 deletions

View File

@ -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 - renamed `SDWebImage` iOS static lib target to `SDWebImage iOS static` for clarity
- improving the unit tests code coverage #1681 required - 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 - 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` - `shouldDecompressImages`
- `shouldDisableiCloud` - `shouldDisableiCloud`
- `shouldCacheImagesInMemory` - `shouldCacheImagesInMemory`