1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-12-25 03:50:00 +08:00
* fixed #119

* update gradle files

* rename

* add sample of SupportRSBlur

* update libs

* bump up 3.3.0
This commit is contained in:
Daichi Furiya
2018-04-23 05:08:05 +09:00
committed by GitHub
parent 8c72ad64b9
commit 4818373fc5
30 changed files with 183 additions and 114 deletions

View File

@@ -1,6 +1,21 @@
Change Log
==========
Version 3.3.0 *(2018-04-23)*
----------------------------
Update:
- Support Library 27.1.0 -> 27.1.1
- Glide 4.6.1 -> 4.7.1
Feature:
- SupportRSBlurTransformation [#125](https://github.com/wasabeef/glide-transformations/pull/125)
it's using RenderScript support mode but can you choose to use or not.
Thank you [@fougere-mike](https://github.com/fougere-mike)
Bug Fix:
- Set detail of Cache key [#119](https://github.com/wasabeef/glide-transformations/issues/119)
Version 3.2.0 *(2018-04-10)*
----------------------------