Skip to content

Commit

Permalink
Prepare version 2.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 19, 2015
1 parent ac931e5 commit f0b047e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
--------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>com.squareup.picasso</groupId>
<artifactId>picasso</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
```

Expand Down

0 comments on commit f0b047e

Please sign in to comment.