Skip to content

Commit

Permalink
Prepare version 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed May 24, 2013
1 parent 2696759 commit 617eede
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
==========

Version 1.0.2 *(2012-05-23)*
----------------------------

* Auto-scale disk cache based on file system size.
* `placeholder` now accepts `null` for clearing an existing image when used in an adapter and
without an explicit placeholder image.
* New global failure listener for reporting load errors to a remote analytics or crash service.
* Fix: Ensure disk cache folder is created before initialization.
* Fix: Only use the built-in disk cache on API 14+ (but you're all using [OkHttp][1] anyways,
right?).


Version 1.0.1 *(2013-05-14)*
----------------------------

Expand All @@ -12,3 +24,8 @@ Version 1.0.0 *(2013-05-14)*
----------------------------

Initial release.




[1]: http://square.github.io/okhttp/

0 comments on commit 617eede

Please sign in to comment.