Browse Source

Updated the changelog

Bogdan Poplauschi 9 years ago
parent
commit
cb7a3db23c
1 changed files with 17 additions and 0 deletions
  1. 17 0
      CHANGELOG.md

+ 17 - 0
CHANGELOG.md

@@ -1,3 +1,20 @@
+## [3.8.0 Minor release - Replaces NSURLConnection (deprecated) with NSURLSession - on May 8th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.8.0)
+
+#### Infrastructure:
+
+- Had to update the iOS deployment target to 7.0 from 5 - 6545a3a
+
+#### Features:
+
+- Replace deprecated `NSURLConnection` with `NSURLSession` #1578 - fixes #1291 #1318 #823 #1566 #1515
+- Allow to customise cache and image downloader instances used with `SDWebImageManager` 86fc47bf7b - fixes #1398 #870
+
+#### Fixes:
+
+- Removed the URL query params from the filename (key) fb0cdb6d - fixes #1433 #1533
+- Fixed the WebP build with the official 1.0.0 CocoaPods release f1a471e - fixes #1444
+- Updated doc: `removeImageForKey:` not synchronous e6e5c51 - fixes #1379 #1415
+
 ## [3.7.6 Patch release for 3.7.0 on May 8th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.7.6)
 
 #### Infrastructure: