From 2acc24b2a3c1b1d7f4771c8f93d52acd97a9b7a5 Mon Sep 17 00:00:00 2001 From: Charles Blake Date: Fri, 17 Jun 2022 08:55:12 -0400 Subject: [PATCH] Be more clear about where -i got added. { That'll teach me to just cull commit logs for release notes. ;-) } --- RELEASE-NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 660cc6a..5ef0664 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,8 +4,8 @@ RELEASE NOTES Version: 0.4 ------------ - Add -i flag to force pattern insensitivity { (?i) added to start of every - pattern as per lib/impure/nre.nim documentation. Seems to work fine. } + Add -i flag to `pf` to force pattern insensitivity { (?i) added to start of + every pattern as per lib/impure/nre.nim documentation. Seems to work fine. } Make `pw` less chatty (only ^C not default Nim message), but still exit 130 in case there is some `pw patterns &&` shell construct.