Bumped version to 4.2.2 + updated CHANGELOG
This commit is contained in:
parent
6972e600ec
commit
0f73155d09
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
## [4.2.2 - 4.2 Patch, on Nov 7th, 2017](https://github.com/rs/SDWebImage/releases/tag/4.2.2)
|
||||||
|
See [all tickets marked for the 4.2.2 release](https://github.com/rs/SDWebImage/milestone/19)
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
- Update our iOS demo to modern way, add a `UIProgressView` to show image download progress #2096
|
||||||
|
|
||||||
|
#### Fixes
|
||||||
|
- Fix that completion block and set image block are called asynchronously for `UIView+WebCache` #2093 #2097 #2092
|
||||||
|
- Fix WebP progressive decoding may do extra calculate #2095
|
||||||
|
|
||||||
## [4.2.1 - 4.2 Patch, on Oct 31st, 2017](https://github.com/rs/SDWebImage/releases/tag/4.2.1)
|
## [4.2.1 - 4.2 Patch, on Oct 31st, 2017](https://github.com/rs/SDWebImage/releases/tag/4.2.1)
|
||||||
See [all tickets marked for the 4.2.1 release](https://github.com/rs/SDWebImage/milestone/18)
|
See [all tickets marked for the 4.2.1 release](https://github.com/rs/SDWebImage/milestone/18)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'SDWebImage'
|
s.name = 'SDWebImage'
|
||||||
s.version = '4.2.1'
|
s.version = '4.2.2'
|
||||||
|
|
||||||
s.osx.deployment_target = '10.8'
|
s.osx.deployment_target = '10.8'
|
||||||
s.ios.deployment_target = '7.0'
|
s.ios.deployment_target = '7.0'
|
||||||
|
|
|
@ -15,11 +15,11 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>4.2.1</string>
|
<string>4.2.2</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>4.2.1</string>
|
<string>4.2.2</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Loading…
Reference in New Issue