diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-04-18 22:14:03 +0400 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2024-04-18 22:14:41 +0400 |
commit | 2de288ff0dcebec6430b11891e3a8e9785e61537 (patch) | |
tree | 996b114011236e84bb988e1bfb58fe00a21206fd | |
parent | b84b27bc8a1708ec9efbeae2d63d761817a9e69f (diff) | |
download | alacritty-initial-window-focus.tar.gz alacritty-initial-window-focus.zip |
-rw-r--r-- | alacritty_terminal/CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/alacritty_terminal/CHANGELOG.md b/alacritty_terminal/CHANGELOG.md index 61324795..b8dd33e8 100644 --- a/alacritty_terminal/CHANGELOG.md +++ b/alacritty_terminal/CHANGELOG.md @@ -4,10 +4,12 @@ All notable changes to alacritty_terminal are documented in this file. The sections should follow the order `Added`, `Changed`, `Deprecated`, `Fixed` and `Removed`. +**Breaking changes are written in bold style.** + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 0.23.0-dev ### Changed -- `Term` is not focused by default anymore +- **`Term` is not focused by default anymore** |