aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-05-28 12:13:09 +0200
committerGitHub <noreply@github.com>2023-05-28 10:13:09 +0000
commite3746e49a117ebf8d1f43715554c5a1cf8d4a116 (patch)
treefa5490d36c8b864e3f1f6705c4b0318ea34fa816 /CHANGELOG.md
parent32ea98deeba5f0eb6c51062cfb0fd2caa802054d (diff)
downloadalacritty-e3746e49a117ebf8d1f43715554c5a1cf8d4a116.tar.gz
alacritty-e3746e49a117ebf8d1f43715554c5a1cf8d4a116.zip
Move manpages to scdoc
This rewrites the existing manpages to use the `scdoc` format, making it simpler to read and edit the manpages without intricate roff knowledge. Some minor changes to the manpages were made in the process, mostly focusing on correcting some of the wording. The list of maintainers has also changed to ensure people not involved in the project anymore aren't unnecessarily contacted for support.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 597334d9..52dbb9fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Packaging
- Minimum Rust version has been bumped to 1.65.0
+- Manpages are now generated using `scdoc` (see `INSTALL.md`)
### Changed