Skip to content

Commit

Permalink
Create changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjaeung committed Sep 17, 2024
1 parent 5ae3691 commit 5b89dbe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 0.2.0

_2024.09.17_

### Changed

- `CarouselLayoutManager` is now inheritable.
- Add support for RTL.
- Add `reverseLayout`. It can be set from XML with `reverseLayout` in `RecyclerView` or `reverseLayout` property in `CarouselLayoutManager`.
- Add support for `clipToPadding` of `RecyclerView`.

## 0.1.0

_2024.08.31_

Initial release.

0 comments on commit 5b89dbe

Please sign in to comment.