[clang-tidy][DOC] Add relase notes for bugprone-sizeof-expression

Add relase notes for change added in D101617.

GitOrigin-RevId: bbb7cb80598de12347204aefa4fe6146512ad4a1
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 673344a..f49c412 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -225,6 +225,10 @@
   <clang-tidy/checks/bugprone/reserved-identifier>` check, so that it does not
   warn on macros starting with underscore and lowercase letter.
 
+- Improved :doc:`bugprone-sizeof-expression
+  <clang-tidy/checks/bugprone/sizeof-expression>` check diagnostics to precisely
+  highlight specific locations, providing more accurate guidance.
+
 - Improved :doc:`bugprone-unchecked-optional-access
   <clang-tidy/checks/bugprone/unchecked-optional-access>` check, so that it does
   not crash during handling of optional values.