This is an automated email from the ASF dual-hosted git repository. achennaka pushed a commit to branch branch-1.18.x in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 2cc489c1d93a6053285edf42610a6ba3b68e1114 Author: Abhishek Chennaka <[email protected]> AuthorDate: Fri Jan 23 15:54:25 2026 -0800 [docs] Fix formatting This fixes a couple of formatting errors in the release notes. Change-Id: Ibcf869aa3a38b64341396d2e20f7abbe1ebb7820 Reviewed-on: http://gerrit.cloudera.org:8080/23902 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- docs/release_notes.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 6f7c4b413..a6721b4ab 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -62,6 +62,7 @@ below. * Fixes a unit mismatch in memory-pressure checks that caused ProceedWithFlush() to always trigger flushes when under memory pressure (see https://issues.apache.org/jira/browse/KUDU-3722[KUDU-3722]). + [[rn_1.18.1_improvements]] == Optimizations and improvements @@ -276,6 +277,7 @@ Support for Python versions 3.0 to 3.5 (inclusive) has been discontinued. (see https://issues.apache.org/jira/browse/KUDU-3633[KUDU-3633]). * Fixed crash of Kudu CLI tool namely kudu table copy in cases of invalid inputs (see https://issues.apache.org/jira/browse/KUDU-3623[KUDU-3623]). + [[rn_1.18.0_wire_compatibility]] == Wire Protocol compatibility
