summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-08 22:57:58 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-08 23:24:40 -0400
commite02bb6b99af117b3fb78e8e0b912fc9288e71a20 (patch)
tree7e17b93c2a8656b2f6db935bbf5c1d7b06cec13c /CHANGELOG.md
parent16a1221fc70d586a07bd0421722635c61df525be (diff)
changelog: add downstream notices
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63b1ae24..59f37304 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
TBD
===
+ripgrep 12.1.0 is a small minor version release that mostly includes bug fixes
+and documentation improvements.
+
+**Notices for downstream ripgrep package maintainers:**
+
+* Fish shell completions will be removed in the ripgrep 13 release.
+ See [#1577](https://github.com/BurntSushi/ripgrep/issues/1577)
+ for more details.
+* ripgrep has switched from `a2x` to `asciidoctor` to generate the man page.
+ If `asciidoctor` is not present, then ripgrep will currently fall back to
+ `a2x`. Support for `a2x` will be dropped in the ripgrep 13 release.
+ See [#1544](https://github.com/BurntSushi/ripgrep/issues/1544)
+ for more details.
+
Feature enhancements:
* [FEATURE #1547](https://github.com/BurntSushi/ripgrep/pull/1547):