diff options
author | Robin Jarry <robin@jarry.cc> | 2022-09-20 00:14:38 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-09-20 00:14:38 +0200 |
commit | f59ca5af361c2d9accd721c316e5b0b5be4879d7 (patch) | |
tree | 0f498bd0fce533068c939ab7cf0a99d5db68b868 /CHANGELOG.md | |
parent | 01f80721e283086cd122879cb2c9f3bb95b274d7 (diff) | |
download | aerc-f59ca5af361c2d9accd721c316e5b0b5be4879d7.tar.gz |
changelog: add missing entry
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ca99feb6..f044039d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Persistent command history in `~/.cache/aerc/history`. - Cursor shape support in embedded terminals. - Bracketed paste support. +- Display current directory in `status-line.render-format` with `%p`. ### Changed |