diff --git a/CHANGELOG.md b/CHANGELOG.md index 996a8e18..2c9006fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.8.4 - 5.8 Patch, on July 16th, 2020](https://github.com/rs/SDWebImage/releases/tag/5.8.4) +See [all tickets marked for the 5.8.4 release](https://github.com/SDWebImage/SDWebImage/milestone/76) + +### Fixes +- Try to copy the local NSMutableDictionary before calling CGImageSourceCreateImageAtIndex, try to solve the rare crash inside ImageIO call stack #3052 +- Fix race condition when use transition but canceling an operation #3053 + ## [5.8.3 - 5.8 Patch, on July 2nd, 2020](https://github.com/rs/SDWebImage/releases/tag/5.8.3) See [all tickets marked for the 5.8.3 release](https://github.com/SDWebImage/SDWebImage/milestone/75) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index a4cbfc5c..ef381074 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.8.3' + s.version = '5.8.4' s.osx.deployment_target = '10.10' s.ios.deployment_target = '8.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index 20951746..a0d655f6 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.8.3 + 5.8.4 CFBundleSignature ???? CFBundleVersion - 5.8.3 + 5.8.4 NSPrincipalClass