summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 16:22:30 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 16:22:30 -0400
commit7ce66f73cf7e76e9f2557922ac8e650eb02cf4ed (patch)
treebf04d93c963ca8370e384097352ced0989183825 /CHANGELOG.md
parentbc76a30c23317526441a76f99ff397f65acea607 (diff)
regex: update regression test
Sadly, PCRE2 has different behavior (but doesn't panic). We should look into that, but for now, this is good enough. Also, update the CHANGELOG. Ref #1891
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93d7d3e6..ae7e6315 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,12 @@
-TBD
-===
+13.0.1
+======
Unreleased changes. Release notes have not yet been written.
+Bug fixes:
+
+* [BUG #1891](https://github.com/BurntSushi/ripgrep/issues/1891):
+ Fix bug when using `-w` with a regex that can match the empty string.
+
13.0.0 (2021-06-12)
===================