summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Jensen <jon@swelter.net>2023-11-27 17:05:38 -0700
committerAndrew Gallant <jamslam@gmail.com>2023-11-27 21:17:12 -0500
commit2e81a7adfeeb9a213786b8331b244f97e7b66657 (patch)
tree61a543bf8ffee9bcc8780806fbcff896f61680de /CHANGELOG.md
parentcd5440fb6230f72ab598916c1c5ab96686541d47 (diff)
doc: fix typo that was preventing interpolation
Closes #2662
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 066e6a41..b2d8e3b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+14.0.2 (2023-11-27)
+===================
+This is a patch release with a few small bug fixes.
+
+Bug fixes:
+
+* [BUG #2662](https://github.com/BurntSushi/ripgrep/issues/2662):
+ Fix typo in documentation for `-i/--ignore-case`.
+
+
14.0.1 (2023-11-26)
===================
This a patch release meant to fix `cargo install ripgrep` on Windows.