From f0b047e12856dd5a9d8adcac2803f7a3f45e2d06 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Thu, 19 Mar 2015 12:48:13 -0400 Subject: [PATCH] Prepare version 2.5.1. --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbee6381b3..9f1f7311e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Change Log ========== +Version 2.5.1 *(2015-03-19)* +---------------------------- + + * Specifying transformations in a request now accepts a list. + * Fix: Correctly handle `null` values from content providers. + * Fix: Ensure contact photo thumbnail Uris are laoded with the correct request handler. + * Fix: Eliminate potential (albeit temporary) memory leak on pre-5.0 Android due to message pooling. + * Fix: Prevent placeholder image aspect ratio from changing while crossfading in image. + + Version 2.5.0 *(2015-02-06)* -------------------------- diff --git a/README.md b/README.md index 776cb0c7b5..0c07b77350 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ Download Download [the latest JAR][2] or grab via Gradle: ```groovy -compile 'com.squareup.picasso:picasso:2.5.0' +compile 'com.squareup.picasso:picasso:2.5.1' ``` or Maven: ```xml com.squareup.picasso picasso - 2.5.0 + 2.5.1 ```