From b29d13caffbd9d4cc771949ff80acc08b8e91763 Mon Sep 17 00:00:00 2001 From: "guofeng.my" Date: Wed, 27 Mar 2024 15:25:06 +0800 Subject: [PATCH] add annotation for #13199 --- src/python/notation.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/python/notation.py b/src/python/notation.py index b572736d4..19cbf03a7 100644 --- a/src/python/notation.py +++ b/src/python/notation.py @@ -794,5 +794,9 @@ ('2024-03-04', 'Upgrade from JDK 21+35 -> 21.0.2+13, and OS from 6.4.1-arch1-1 to 6.7.8-arch1-1', 'Upgrade from JDK 21+35 -> 21.0.2+13, and OS from 6.4.1-arch1-1 to 6.7.8-arch1-1'), + + ('2024-03-26', + 'Break point estimation when threshold exceeded https://github.com/apache/lucene/pull/13199', + 'Break point estimation when threshold exceeded https://github.com/apache/lucene/pull/13199') ]