diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-04-14 20:08:02 +0400 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2024-04-14 20:08:02 +0400 |
commit | b84b27bc8a1708ec9efbeae2d63d761817a9e69f (patch) | |
tree | eac64fe519e495ec55b43e0a32ad93f98d90bbc9 | |
parent | 77dc09dcb035036ecec41d80ac028d9ac3d115b1 (diff) | |
download | alacritty-b84b27bc8a1708ec9efbeae2d63d761817a9e69f.tar.gz alacritty-b84b27bc8a1708ec9efbeae2d63d761817a9e69f.zip |
v2
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | CONTRIBUTING.md | 10 | ||||
-rw-r--r-- | alacritty_terminal/CHANGELOG.md | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7452356..b6e47476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,14 @@ The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` an The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -Notable changes to `alacritty_terminal` crate should be documented in its +Notable changes to the `alacritty_terminal` crate are documented in its [CHANGELOG](./alacritty_terminal/CHANGELOG.md). ## 0.14.0-dev ### Fixed -- New window sometimes being treated as focused when it's not on Wayland +- New window being treated as focused when it's not on Wayland ### Changed diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f463bf9a..fe7b2a71 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,11 +91,11 @@ If any change has been made to the `config.rs` file, it should also be documente Changes compared to the latest Alacritty release which have a direct effect on the user (opposed to things like code refactorings or documentation/tests) additionally need to be documented in the -`CHANGELOG.md`. When notable change is made to `alacritty_terminal` it should be documnted in its -`CHANGELOG.md` as well. The existing entries should be used as a style guideline. The change log -should be used to document changes from a user-perspective, instead of explaining the technical -background (like commit messages). More information about Alacritty's change log format can be found -[here](https://keepachangelog.com). +`CHANGELOG.md`. When a notable change is made to `alacritty_terminal`, it should be documented in +`alacritty_terminal/CHANGELOG.md` as well. The existing entries should be used as a style guideline. +The change log should be used to document changes from a user-perspective, instead of explaining the +technical background (like commit messages) More information about Alacritty's change log format can +be found [here](https://keepachangelog.com). ### Style diff --git a/alacritty_terminal/CHANGELOG.md b/alacritty_terminal/CHANGELOG.md index daa6d63e..61324795 100644 --- a/alacritty_terminal/CHANGELOG.md +++ b/alacritty_terminal/CHANGELOG.md @@ -10,4 +10,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed -- `Term<T>` is not focused by default anymore +- `Term` is not focused by default anymore |