diff --git a/README.md b/README.md index ccf1af4e..5230de69 100644 --- a/README.md +++ b/README.md @@ -114,3 +114,8 @@ with versions that does not have this variable. * Fixes #128. Fixes the `errorformat` for ack when using vim-dispatch. * Do not use vim-dispatch by default. To use vim-dispath must set `g:ack_use_dispatch` + +### 1.0.6 + +* Fixes highlight function to work when user passes options. Ex.: Ack -i test + Thank's @mannih. (#131, #134)