summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-02-23 19:47:56 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-02-23 19:47:56 +0900
commit461115afde3041cff31c27e490d7c28c0b6c28c4 (patch)
treeaaec0ce4a82dd50842ea9b5bd49e59135705fc79 /CHANGELOG.md
parentbae196523189988d9d5fa2a13880f9b1f36dedf0 (diff)
downloadfzf-461115afde3041cff31c27e490d7c28c0b6c28c4.tar.gz
Add support for {n} in --with-nth and --accept-nth templates
Close #4275
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9e2eb3d..6eba8cbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG
=========
+0.60.2
+------
+- Template for `--with-nth` and `--accept-nth` now supports `{n}` which evaluates to the zero-based ordinal index of the item.
+
0.60.1
------
- Bug fixes and minor improvements