[clng-tidy][NFC] Update documentation for readability-simplify-subscript-expr

Add release notes and mention ::std::span in documentation.
Change is related to #76116.

GitOrigin-RevId: 9e98f8d7ac11c63768b1ed69c11ea75c8b794063
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 6e7554e..c843efa 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -458,6 +458,10 @@
   <clang-tidy/checks/readability/non-const-parameter>` check to ignore
   false-positives in initializer list of record.
 
+- Improved :doc:`readability-simplify-subscript-expr
+  <clang-tidy/checks/readability/simplify-subscript-expr>` check by extending
+  the default value of the `Types` option to include ``std::span``.
+
 - Improved :doc:`readability-static-accessed-through-instance
   <clang-tidy/checks/readability/static-accessed-through-instance>` check to
   identify calls to static member functions with out-of-class inline definitions.