From 8f5adc0911343e2f7a8a61be00e30309db813d94 Mon Sep 17 00:00:00 2001 From: James Upjohn Date: Sun, 21 Mar 2021 11:01:21 +1300 Subject: [PATCH] Append PR ID to changelog entry (#2538) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de900cd..c48ed5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,7 +80,7 @@ - Bugfix: Fix anonymous users being pinged by "username" justinfan64537 (#2156, #2352) - Bugfix: Fixed hidden tooltips when always on top is active (#2384) - Bugfix: Fix CLI arguments (`--help`, `--version`, `--channels`) not being respected (#2368, #2190) -- Bugfix: Fix Twitch cheer emotes not displaying tooltips when hovered (#2434) +- Bugfix: Fix Twitch cheer emotes not displaying tooltips when hovered (#2434, #2503) - Bugfix: Fix directory not opening when clicking "Open AppData Directory" setting button on macOS (#2531, #2537) - Dev: Updated minimum required Qt framework version to 5.12. (#2210) - Dev: Migrated `Kraken::getUser` to Helix (#2260)