aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-06-07 02:12:28 +0200
committerDaniel <kingdread@gmx.de>2020-06-07 02:12:28 +0200
commitd12aec96e755306f53d7f9b162a95cb6144cab02 (patch)
treef9b760ba7c2aeb280811fad8010e9d35ddaa4c4c /CHANGELOG.md
parent642bf28c79cc39def7105460452cd60957958b23 (diff)
downloadraidgrep-d12aec96e755306f53d7f9b162a95cb6144cab02.tar.gz
raidgrep-d12aec96e755306f53d7f9b162a95cb6144cab02.tar.bz2
raidgrep-d12aec96e755306f53d7f9b162a95cb6144cab02.zip
make exit status dependent on search results
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bccd70..cbe6001 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
## Unreleased
+### Changed
+- The exit code will now be dependent on whether logs matching the filter were
+ found or not.
## 1.2.0 - 2020-05-16
### Added