From 08882d521de1d64befd4972178aa2772201014eb Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 18 Oct 2025 03:21:50 +0000 Subject: Fix changelog entry for 0.16.0 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378cc735..8287dcdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,6 @@ Notable changes to the `alacritty_terminal` crate are documented in its ### Fixed -- Slowdowns over time on macOS 26 - Brief error popup when saving the config file with some editors ## 0.16.0 @@ -51,6 +50,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Origin mode (DECOM) not moving cursor to the origin point - Unresponsiveness when spamming the bell character with a bell command enabled - `window.startup_mode` applied to existing window when opening a new tab on macOS +- Slowdowns over time on macOS 26 ## 0.15.1 -- cgit