Authored by DreamPiggy

Bumped version to 4.2.3 + updated CHANGELOG

  1 +## [4.2.3 - 4.2 Patch, on Nov 30th, 2017](https://github.com/rs/SDWebImage/releases/tag/4.2.3)
  2 +See [all tickets marked for the 4.2.3 release](https://github.com/rs/SDWebImage/milestone/20)
  3 +
  4 +#### Features
  5 +- Add a public API to allow user to invalidate URLSession used in SDWebImageDownloader to avoid memory leak on non-singleton instance #2116
  6 +- Add a SDWebImageExternalCustomManagerKey context arguments to allow user to custom image manager for UIView category #2115
  7 +- Allow custom SDWebImageDownloaderOperation to handle HTTP redirect #2123
  8 +
  9 +#### Fixes
  10 +- Fix that FLAnimatedImageView blink and flash when collectionView reload #2102 #2106
  11 +- Fix that SDWebImagePrefetcher startPrefetchingAtIndex accident crash #2110 #2111
  12 +- Fix that Progressive WebP decoding not showing on iOS 11.2 #2130 #2131
  13 +- Fix crash in method implementation of sd_cancelImageLoadOperationWithKey, and avoid retain of operation #2113 #2125 #2132
  14 +- Fix Clang Static Analyzer warning for number nil check from Xcode 9.2 #2142 #2143
  15 +
  16 +#### Improvements
  17 +- Adopt the current requirement, change ImageIO coder's canDecodeFromHEIC to actual implementation #2146 #2138
  18 +- When store image with no data for SDImageCache, check whether it contains alpha to use PNG or JPEG format #2136
  19 +
1 ## [4.2.2 - 4.2 Patch, on Nov 7th, 2017](https://github.com/rs/SDWebImage/releases/tag/4.2.2) 20 ## [4.2.2 - 4.2 Patch, on Nov 7th, 2017](https://github.com/rs/SDWebImage/releases/tag/4.2.2)
2 See [all tickets marked for the 4.2.2 release](https://github.com/rs/SDWebImage/milestone/19) 21 See [all tickets marked for the 4.2.2 release](https://github.com/rs/SDWebImage/milestone/19)
3 22
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = 'SDWebImage' 2 s.name = 'SDWebImage'
3 - s.version = '4.2.2' 3 + s.version = '4.2.3'
4 4
5 s.osx.deployment_target = '10.8' 5 s.osx.deployment_target = '10.8'
6 s.ios.deployment_target = '7.0' 6 s.ios.deployment_target = '7.0'
@@ -15,11 +15,11 @@ @@ -15,11 +15,11 @@
15 <key>CFBundlePackageType</key> 15 <key>CFBundlePackageType</key>
16 <string>FMWK</string> 16 <string>FMWK</string>
17 <key>CFBundleShortVersionString</key> 17 <key>CFBundleShortVersionString</key>
18 - <string>4.2.2</string> 18 + <string>4.2.3</string>
19 <key>CFBundleSignature</key> 19 <key>CFBundleSignature</key>
20 <string>????</string> 20 <string>????</string>
21 <key>CFBundleVersion</key> 21 <key>CFBundleVersion</key>
22 - <string>4.2.2</string> 22 + <string>4.2.3</string>
23 <key>NSPrincipalClass</key> 23 <key>NSPrincipalClass</key>
24 <string></string> 24 <string></string>
25 </dict> 25 </dict>