diff options
Diffstat (limited to 'alacritty_terminal/CHANGELOG.md')
-rw-r--r-- | alacritty_terminal/CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/alacritty_terminal/CHANGELOG.md b/alacritty_terminal/CHANGELOG.md new file mode 100644 index 00000000..b8dd33e8 --- /dev/null +++ b/alacritty_terminal/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +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** |