summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-01-14 01:32:03 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-01-14 01:32:03 +0900
commit45143f9541d55c5efdadc7ea8acd9474a19eb8c6 (patch)
tree27868cacf3ac2d9af9a18652f5150636bdbef308 /CHANGELOG.md
parent23244bb41087f4f833c33219bba7a7213710ab20 (diff)
Ignore leading whitespaces when calculating 'begin' index
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87f78273..3d81d14d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,12 @@ CHANGELOG
0.11.2
------
-- `--tiebreak` now accepts comma-separated list of sort criteria.
+- `--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`)
+- `begin` criterion will ignore leading whitespaces when calculating the index
0.11.1
------