summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-01-13 03:07:42 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-01-13 21:27:43 +0900
commit1d2d32c847e39818bedae5f86ca75e6b70b60444 (patch)
treec4920d669241446466448d5bb4d14162cc2085db /CHANGELOG.md
parentd635b3fd3ca34143b203eacc4308ed35628ac2f8 (diff)
Accept comma-separated list of sort criteria
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1f4b70a..87f78273 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
CHANGELOG
=========
+0.11.2
+------
+
+- `--tiebreak` now accepts comma-separated list of sort criteria.
+ - Each criterion should appear only once in the list
+ - `index` is only allowed at the end of the list
+ - `index` is implicitly appended to the list when not specified
+ - Default is `length` (or equivalently `length,index`)
+
0.11.1
------