Skip to content

Commit

Permalink
Fixed ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
nostra13 committed Dec 27, 2013
1 parent 49fa3c2 commit c7ff11c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Expand Up @@ -10,9 +10,9 @@ v1.9.1 *(27.12.2013)*
* Non-actual downloads are interrupted (if loaded less than 75%)
* Re-designed `RoundedBitmapDisplayer`. Added `RoundedVignetteBitmapDisplayer`.
**NOTE:** New `RoundedBitmapDisplayer`'s behaviour can vary from old one. Also consider ["RoundedImageView" project](https://github.com/vinc3m1/RoundedImageView) for usage if new `RoundedBitmapDisplayer` doesn't work for you.
* Maximum GL texture size is considered while decode images [#281](https://github.com/nostra13/Android-Universal-Image-Loader/issues/281)
* `loadImage(...)` call cancels previous task for the same image URI [#475](https://github.com/nostra13/Android-Universal-Image-Loader/issues/475)
* Fixed StrictMode warning `Explicit termination method 'close' not called` [#482](https://github.com/nostra13/Android-Universal-Image-Loader/issues/482)
* Maximum GL texture size is considered while decode images ([#281](https://github.com/nostra13/Android-Universal-Image-Loader/issues/281))
* `loadImage(...)` call cancels previous task for the same image URI ([#475](https://github.com/nostra13/Android-Universal-Image-Loader/issues/475))
* Fixed StrictMode warning `Explicit termination method 'close' not called` ([#482](https://github.com/nostra13/Android-Universal-Image-Loader/issues/482))
* `LruMemoryCache` is default memory cache for Android < 2.3 too.

v1.9.0 *(27.11.2013)*
Expand Down

0 comments on commit c7ff11c

Please sign in to comment.