summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpkoppstein <pkoppstein@gmail.com>2023-08-01 19:38:27 -0400
committerGitHub <noreply@github.com>2023-08-02 08:38:27 +0900
commit044b38595cc2d6670fed510ecba9df87f6b39e1b (patch)
treecd92f2151c07c2571cbbb14748b0cb6636be0581
parent161ab0402b0ea1f694a47946df4ca9083183f32e (diff)
NEWS.md - sub and gsub (#2809)
-rw-r--r--NEWS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index d0c82f15..b8e4c682 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -200,6 +200,7 @@ Full commit log can be found at <https://github.com/jqlang/jq/compare/jq-1.6...j
- Fix indices/1 and rindex/1 in case of overlapping matches in strings. @emanuele6 #2718
- Enable `significand/0`, `gamma/0` and `drem/2` on macOS. @itchyny #2756 #2775
- Fix segfault when using libjq and threads. @thalman #2546
+- Fix sub/3 to resolve issues involving global search-and-replace (gsub) operations. @pkoppstein #2641
# Previous releases