From 44a0c809dfd9b53ccc0e0f0ff75e50f096248d09 Mon Sep 17 00:00:00 2001 From: Esa Firman Date: Sat, 3 Oct 2020 15:47:13 +0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f846e43c..811235cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Changelog +**2.4.0** +- Add `getUri()` for convenient [#285](https://github.com/esafirm/android-image-picker/pull/285) +- Fixes for Android Q [#290](https://github.com/esafirm/android-image-picker/pull/290) [#293](https://github.com/esafirm/android-image-picker/pull/293) +- Fixed some typo [#291](https://github.com/esafirm/android-image-picker/pull/291) +- Show video duration on the image picker [#271](https://github.com/esafirm/android-image-picker/pull/271) +- Use github workflow instead of CircleCI +- Migrate sample to Kotlin [#295](https://github.com/esafirm/android-image-picker/pull/295) + +Thanks to @hjchin @sr1dh4r @xpdlf1004 @LinX64 for the PR 🔥 + **2.3.1** - Fix un-clickable Snackbar button