diff options
-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** |