summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoão Marcos <marcospb19@hotmail.com>2020-09-10 20:32:54 -0300
committerAndrew Gallant <jamslam@gmail.com>2021-05-31 21:51:18 -0400
commit4566882521b880274c510ef65d58995d0b049b6a (patch)
treeb3bc4fab2b13ea1b8d152713a417e07555db7a47 /CHANGELOG.md
parent12dd455ee9aa731acfeb0d2dfed568a0103cae73 (diff)
cli: add -. as short option for --hidden
This is somewhat non-standard, but it seems nice on the surface: short flag names are in short supply, --hidden is probably somewhat common and -. has an obvious connection with how hidden files are named on Unix. Closes #1680
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19994d23..c62897b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@ TBD
===
Unreleased changes. Release notes have not yet been written.
+**BREAKING CHANGES**:
+
In this release, a small tweak has been made to the output format when a binary
file is detected. Previously, it looked like this:
@@ -31,6 +33,8 @@ Feature enhancements:
minified files, Mint, pofiles (from GNU gettext) Racket, VCL, Yang
* [FEATURE #1404](https://github.com/BurntSushi/ripgrep/pull/1404):
ripgrep now prints a warning if nothing is searched.
+* [FEATURE #1680](https://github.com/BurntSushi/ripgrep/pull/1680):
+ Add `-.` as a short flag alias for `--hidden`.
* [FEATURE #1856](https://github.com/BurntSushi/ripgrep/pull/1856):
The README now links to a
[Spanish translation](https://github.com/UltiRequiem/traducciones/tree/master/ripgrep).