summaryrefslogtreecommitdiffstats
path: root/docs/CHANGELOG.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-06-20 09:50:49 -0400
committerTavian Barnes <tavianator@tavianator.com>2025-06-20 09:50:49 -0400
commitf34189e84e2a2c8002eaf4f35743c63f6a807b29 (patch)
tree11d9a695e1015eda61dfc9dc103423cf97c4d4d3 /docs/CHANGELOG.md
parent666bd94f932ec6f1b031f3220bbc9f55ca83c409 (diff)
downloadbfs-f34189e84e2a2c8002eaf4f35743c63f6a807b29.tar.xz
Release 4.0.8
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r--docs/CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 2861832..56f53b4 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,6 +1,25 @@
4.*
===
+4.0.8
+-----
+
+**June 20, 2025**
+
+### Bug fixes
+
+- Fixed an invalid optimization that transformed
+
+ $ bfs -user you -or -user me
+
+ into just
+
+ $ bfs -user you
+
+ The bug was originally introduced in bfs 2.0 (October 14, 2020).
+ ([#155](https://github.com/tavianator/bfs/issues/155))
+
+
4.0.7
-----