From eff17b831754aa21af9413012bcdca3909b9410f Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Sun, 4 Nov 2012 15:42:49 +0100 Subject: [PATCH] Sync feature list with 3.0 README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72cfd02..d44e51b 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ It provides: - An UIImageView category adding web image and cache management to the Cocoa Touch framework - An asynchronous image downloader - An asynchronous memory + disk image caching with automatic cache expiration handling +- A background image decompression - A guarantee that the same URL won't be downloaded several times - A guarantee that bogus URLs won't be retried again and again +- A guarantee that main thread will never be blocked - Performances! - Who Use It ----------