Skip to content

Commit

Permalink
Include canceled in tag batch actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 24, 2014
1 parent 155e0b2 commit e544763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version 2.4 *TBD*
----------------------------
* RequestHandler API with support for custom bitmap loading.
* Add `priorty` API for setting request priority. By default `fetch()` requests are set to `Priority.LOW`.
* Requests can now be grouped with a tag and can be batched paused or resumed.
* Requests can now be grouped with a tag and can be batch paused, resumed, or canceled.
* Resizing with either height or width of 0 will now maintain aspect ratio.
* Exposed a setter for global Picasso instance.
* Fix: Properly calculate sample size for requests with `centerInside()`.
Expand Down

0 comments on commit e544763

Please sign in to comment.