Преглед на файлове

Update CHANGELOG.md

Remove duplicate 2.4.2 ChangeLog
Jason Ak преди 9 години
родител
ревизия
34fb875863
променени са 1 файла, в които са добавени 0 реда и са изтрити 13 реда
  1. 0 13
      CHANGELOG.md

+ 0 - 13
CHANGELOG.md

@@ -15,19 +15,6 @@
 
 ---
 
-## [2.4.2 - Optional Welcome](https://github.com/onevcat/Kingfisher/releases/tag/2.4.2) (2016-07-10)
-
-#### Add
-* Accept `nil` as valid URL parameter for image view's extension methods.
-
-#### Fix
-* The completion handler of image view setting method will not be called any more if `self` is released.
-* Improve empty task so some performance improvment could be achieved.
-* Remove SwiftLint since it keeps adding new rules but without a back compatible support. It makes the users confusing when using a different version of SwiftLint.
-* Removed Implicit Unwrapping of CacheType that caused crashes if the image is not cached.
-
----
-
 ## [2.4.1 - Force Transition](https://github.com/onevcat/Kingfisher/releases/tag/2.4.1) (2016-05-10)
 
 #### Add