From 683f716ce95c22a2553665a4f15bc21bf628355b Mon Sep 17 00:00:00 2001 From: Paolo Musolino Date: Wed, 19 Jul 2023 16:32:27 +0200 Subject: [PATCH] Updated Changelog file --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c01cd50..d01c9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,7 @@ _None._ ## 1.13.1 -### New Features +### Bug Fixes - Addresses a crash in the `BottomSheetViewController` that was occurring due to an incorrect usage of a selector. The crash was caused by trying to call the `buttonPressed` instance method as a class method on `BottomSheetViewController.self`.