diff --git a/docs/changelog.md b/docs/changelog.md index 906cc213..803bab08 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,11 +4,12 @@ ### 1.3.0-beta02 -2024-06-19 +2024-06-20 #### Bug fixes - Fixed `OnViewFocusedListener` not working correctly for a parent RecyclerView when a nested RecyclerView doesn't have a listener registered ([#229](https://github.com/rubensousa/DpadRecyclerView/pull/229)) +- Fixed `DpadRecyclerView` losing focus when adapter is cleared ([#232](https://github.com/rubensousa/DpadRecyclerView/pull/232)) ### 1.3.0-beta01