From f3fea3e81eaa4e616fd5389434842cc675ddfc12 Mon Sep 17 00:00:00 2001 From: Esa Firman Date: Fri, 22 May 2020 11:42:04 +0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db23fcc2..d812b277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## Changelog +**2.3.0** +- Fix failed to create image file [#262](https://github.com/esafirm/android-image-picker/pull/262) +- Handle external scoped [Glide issue](https://github.com/bumptech/glide/issues/3896) +- Bump target SDK to Q +- Bump Glide to 4.11.0 + +**2.2.0** +- Configurable ImageFileLoader +- New approach on how to set custom ImageLoader +- Fix and improvements + **2.1.0** - Support video only picker - Fix 0 bytes image | `369ba31`