diff --git a/CHANGELOG.md b/CHANGELOG.md index 2689a145..2e7abbcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ TBD === Unreleased changes. Release notes have not yet been written. +Bug fixes: + +* [BUG #1277](https://github.com/BurntSushi/ripgrep/issues/1277): + Document cygwin path translation behavior in the FAQ. + 12.1.1 (2020-05-29) =================== diff --git a/FAQ.md b/FAQ.md index 69c398d6..e27ecdcd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -9,6 +9,7 @@ * [How do I configure ripgrep's colors?](#colors) * [How do I enable true colors on Windows?](#truecolors-windows) * [How do I stop ripgrep from messing up colors when I kill it?](#stop-ripgrep) +* [Why does using a leading `/` on Windows fail?](#because-cygwin) * [How can I get results in a consistent order?](#order) * [How do I search files that aren't UTF-8?](#encoding) * [How do I search compressed files?](#compressed) @@ -315,6 +316,26 @@ available [here](https://github.com/BurntSushi/ripgrep/issues/281#issuecomment-269093893). +