From 595ffb0c5d57767e9254984e8ffed1f6c4ccc2ba Mon Sep 17 00:00:00 2001 From: "wangdongyu.danny" Date: Thu, 22 Aug 2024 16:45:42 +0800 Subject: [PATCH] add change log Signed-off-by: wangdongyu.danny --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6943e538fdcc..3dd19773629bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Fixed array field name omission in flat_object function for nested JSON ([#13620](https://github.com/opensearch-project/OpenSearch/pull/13620)) - Fix range aggregation optimization ignoring top level queries ([#15194](https://github.com/opensearch-project/OpenSearch/pull/15194)) - Fix incorrect parameter names in MinHash token filter configuration handling ([#15233](https://github.com/opensearch-project/OpenSearch/pull/15233)) +- Fix visitor pattern by calling visit instead of accept ([#13837](https://github.com/opensearch-project/OpenSearch/pull/13837)) ### Security