From d28868855afd769209a7ac81692cdbaa67be2905 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 18 Apr 2024 22:58:15 +0400 Subject: Fix window being focused by default Winit explicitly states that the window is not focused by default and the `Focused` event will deliver the state later on. Also start adding notable changes to alacritty_terminal in its own CHANGELOG. Closes #7866. --- alacritty_terminal/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 alacritty_terminal/CHANGELOG.md (limited to 'alacritty_terminal/CHANGELOG.md') 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** -- cgit v1.2.3-54-g00ecf