Skip to content

Commit

Permalink
Changelog added
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Oct 12, 2014
1 parent ff450fa commit 002c810
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Changelog
=========

0.2.0
-----

* Implement add and remove animations.
* StickyHeadersAdapter API simplification.

0.1.0
-----

* Initial release
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public interface StickyHeadersAdapter<HeaderViewHolder extends RecyclerView.View
void onBindViewHolder(HeaderViewHolder headerViewHolder, int position);

/**
* Get the header id associated with the specified item.
* Get the header id associated with the specified item position.
*
* @param position the current item position
* @return the header id for the current item
Expand Down

0 comments on commit 002c810

Please # to comment.