summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-16 13:10:29 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-16 13:10:29 -0400
commit5f8805a49655e4a338de9da7ce59eefd365391e8 (patch)
tree63742014a92fa8f4786eaca78cd7acc76c76bafa /CHANGELOG.md
parentfdde2bcd380488071c88d562fe6e1e5f1b39e47b (diff)
ripgrep: release 11.0.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eea1ab0d..27213652 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+11.0.1 (2019-04-16)
+===================
+ripgrep 11.0.1 is a new patch release that fixes a search regression introduced
+in the previous 11.0.0 release. In particular, ripgrep can enter an infinite
+loop for some search patterns when searching invalid UTF-8.
+
+Bug fixes:
+
+* [BUG #1247](https://github.com/BurntSushi/ripgrep/issues/1247):
+ Fix search bug that can cause ripgrep to enter an infinite loop.
+
+
11.0.0 (2019-04-15)
===================
ripgrep 11 is a new major version release of ripgrep that contains many bug