diff --git a/RELEASES.md b/RELEASES.md index d71ecc6..a0c1888 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,10 @@ ShimmerRecyclerView is an custom RecyclerView library based on Facebook's [Shimmer](https://github.com/facebook/shimmer-android) effect for Android library + +### v0.3.1 +- Linear Horizontal Recyclerview bug fixed. + ### v0.3.0 Now you can set xml attributes for shimmer layout reference and number of shimmer to be shown while loading. Also now you can able to change view type of `ShimmerAdapter`. @@ -24,4 +28,4 @@ Pre release. - use `showShimmer` and `hideShimmer` to toggle shimmer view. - Auto-detect layout type and orientation while showing shimmer. - Setup own Shimmer using `ShimmerRecyclerView#setShimmer(com.facebook.shimmer.Shimmer)` to customize for ShimmerRecyclerView. -- All xml attributes are similar as facebook `ShimmerLayout`. \ No newline at end of file +- All xml attributes are similar as facebook `ShimmerLayout`.