doc(search): Add the changelog file.

This commit is contained in:
Ivan Enderlin
2026-07-28 14:48:31 +02:00
parent 641c9802d7
commit 58dbb91bec

View File

@@ -0,0 +1,5 @@
Fix a possible overflow panic in Tantivy when a malformed timestamp is
converted from milliseconds to nanoseconds. If the timestamp is too large,
the conversion to nanoseconds was panicking. The timestamp now comes from
`TimelineEvent::timestamp`, which already deals with malformed timestamp. In
addition, the timestamp is capped in case the API is misused.