summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wojnarowski <xmarcinmarcin@gmail.com>2023-09-23 13:28:07 +0200
committerGitHub <noreply@github.com>2023-09-23 19:28:07 +0800
commit949128fe9b1e4651e385f562b1e1ea7bec66f7f2 (patch)
tree4d9c5b3709f59387aa71ee621bcc27648ba7c820
parent177c910d06d5f52cac1f2f44fb5dbceb3594a451 (diff)
Add changelog deprecation notice (#907)
-rw-r--r--.github/PULL_REQUEST_TEMPLATE3
-rw-r--r--CHANGELOG.md5
2 files changed, 5 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 7202237..89370c2 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -6,6 +6,5 @@
- [ ] Use `cargo fmt`
- [ ] Add necessary tests
-- [ ] Add changelog entry
- [ ] Update default config/theme in README (if applicable)
-- [ ] Update man page at lsd/doc/lsd.md (if applicable) \ No newline at end of file
+- [ ] Update man page at lsd/doc/lsd.md (if applicable)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e562565..6b60fd7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
# Changelog
+
+NOTE: This file is no longer being updated. For release notes follow [GitHub releases](https://github.com/lsd-rs/lsd/releases).
+
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -10,11 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add CLI parameters `--truncate-owner-after` and `--truncate-owner-marker` (and equivalent
configuration fields) to truncate user and group names if they exceed a certain number
of characters (disabled by default).
+- Add support for `--literal` from [PanGan21](https://github.com/PanGan21)
## [v1.0.0] - 2023-08-25
### Added
-- Add support for `--literal` from [PanGan21](https://github.com/PanGan21)
- Add CI to build aarch64 macOS target and skip on test [#878](https://github.com/lsd-rs/lsd/pull/878) from [zwpaper](https://github.com/zwpaper)
- Add complete color theming support for Git [k4yt3x](https://github.com/k4yt3x)
- Add [Git integration](https://github.com/Peltoche/lsd/issues/7) from [hpwxf](https://github.com/hpwxf)