From abc410b2f51ffa65a78ea399a68bd0c0a6b8c965 Mon Sep 17 00:00:00 2001 From: Ruben Sousa Date: Fri, 25 Oct 2024 01:42:46 +0200 Subject: [PATCH] Mention bug fix in release notes --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 9d4f9eff..a7784332 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -15,6 +15,10 @@ - Added `addOnChildLaidOutListener`, `removeOnChildLaidOutListener` and `clearOnChildLaidOutListeners` to replace `setOnChildLaidOutListener` ([#280](https://github.com/rubensousa/DpadRecyclerView/pull/280)) +#### Bug fixes + +- Fixed focus not leaving `DpadRecyclerView` in some cases: ([#278](https://github.com/rubensousa/DpadRecyclerView/pull/278)) + ### 1.4.0-beta02 2024-10-08