summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-09-18 04:52:47 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-09-19 01:15:38 +0900
commit37f43fbb35b819501fe4db7844d17231789c55cd (patch)
tree3ee39365325b942d703fd024c33f3d813748f4a0 /CHANGELOG.md
parent401a5fd5ff0e509a4ea56c9dba567e17be6c494f (diff)
Add --print0 option0.15.0
Related: #660
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dee72641..0a8ea8b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ CHANGELOG
- Added `--algo=[v1|v2]` option so one can still choose the old algorithm
which values the search performance over the quality of the result
- Advanced scoring criteria
+- `--read0` to read input delimited by ASCII NUL character
+- `--print0` to print output delimited by ASCII NUL character
0.13.5
------