From 002d041e40ed328386bfaa3d8103de3066649d87 Mon Sep 17 00:00:00 2001 From: tjtanjin Date: Fri, 4 Oct 2024 00:56:29 +0800 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91749ea2..e3b13eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Fixed a rare issue where spamming messages too fast can cause autoscroll to bottom to not work properly - Fixed notification badge style to prevent it from becoming oval-shaped - Fixed an issue with the library packaging process, reduces overall size by nearly 60%! +- Renamed `useToast` hook to `useToasts` for consistency **Added:** - Added proper support for React 19!