From 79b39e0f107be9081247f1cf7a647769a868edd3 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Sat, 23 Apr 2016 03:08:11 +0200 Subject: [PATCH] Edited release notes. --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e7dc28e..259bde8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # AndroidBottomSheet - RELEASE NOTES +## Version 1.2.0 (Apr. 23th 2016) + +A feature release, which introduces the following changes: + +- Each item of a `BottomSheet` is now associated with an id. This allows to reference individual items regardless of their current position. The id of an item is passed to the registered `OnItemClickListener` when it is clicked. + ## Version 1.1.1 (Mar. 18th 2016) A bugfix release, which fixes the following issues: