summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-15 13:22:09 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-15 13:22:09 +0900
commit4ecb7f3a162186fd7758f3bdedb3a0b4bb32f9d0 (patch)
tree8957d6553564ab57116d0e86023b6a2fd86585a3 /CHANGELOG.md
parent03f5ef08c8276f034269dbb8a6e6fd9decf58439 (diff)
Replace --normalize with --literal and enable normalization by default
Ref #790
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbc1e413..22a5b75a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,9 @@ CHANGELOG
- Added `--height HEIGHT[%]` option
- Preview window will truncate long lines by default. Line wrap can be enabled
by `:wrap` flag in `--preview-window`.
-- Added `--normalize` option to normalize latin script letters before
- matching. e.g. `sodanco` can match `Só Danço Samba`.
+- Latin script letters will be normalized before matching so that it's easier
+ to match against accented letters. e.g. `sodanco` can match `Só Danço Samba`.
+ - Normalization can be disabled via `--literal`
0.15.9
------