summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-26 13:55:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-26 13:55:47 -0500
commit6d5dba85bd455c348655c3f91347989abb160cd4 (patch)
tree4414b8e33321195c23aa00e1b79dc38d93ac827b /CHANGELOG.md
parentafb89bcdadf85d9c721739d004552ed3c8a9afa0 (diff)
doc: clarify automatic encoding detection
Fixes #1103
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 44f4ae79..5c7e61f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,8 @@ Bug fixes:
`**` is now accepted as valid syntax anywhere in a glob.
* [BUG #1095](https://github.com/BurntSushi/ripgrep/issues/1095):
Fix corner cases involving the `--crlf` flag.
+* [BUG #1103](https://github.com/BurntSushi/ripgrep/issues/1103):
+ Clarify what `--encoding auto` does.
* [BUG #1106](https://github.com/BurntSushi/ripgrep/issues/1106):
`--files-with-matches` and `--files-without-match` work with one file.
* [BUG #1093](https://github.com/BurntSushi/ripgrep/pull/1093):