summaryrefslogtreecommitdiffstats
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-06-08 19:28:37 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-06-08 19:28:37 -0400
commit9a8368704c5824b36d4f21783e36ba3a3ef1a10f (patch)
tree34727787295394968a2046d7bebb6450859a6ffb /RELEASES.md
parent2e97f262058bb5d13bf318956d990fbd5434c31d (diff)
downloadbfs-9a8368704c5824b36d4f21783e36ba3a3ef1a10f.tar.xz
RELEASES.md: Add explicit hyperlinks for issues
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 898bacd..556a033 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -6,7 +6,7 @@
**Unreleased**
-- New `-exclude <expression>` syntax to more easily and reliably filter out paths (#8).
+- New `-exclude <expression>` syntax to more easily and reliably filter out paths ([#8]).
For example:
bfs -name config -exclude -name .git
@@ -29,10 +29,13 @@
bfs -type f -nohidden
- to do what was intended (#30).
+ to do what was intended ([#30]).
- Fixed an optimizer bug that could skip `-empty`/`-xtype` if they didn't always lead to an action
+[#8]: https://github.com/tavianator/bfs/issues/8
+[#30]: https://github.com/tavianator/bfs/issues/30
+
1.*
===