Bump trunk version to 19.0.0git

GitOrigin-RevId: 987087df90026605fc8d03ebda5a1cd31b71e609
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 0166954..6f60efd 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -26,21 +26,12 @@
 ELF Improvements
 ----------------
 
-* ``--fat-lto-objects`` option is added to support LLVM FatLTO.
-  Without ``--fat-lto-objects``, LLD will link LLVM FatLTO objects using the
-  relocatable object file. (`D146778 <https://reviews.llvm.org/D146778>`_)
-* common-page-size can now be larger than the system page-size.
-  (`#57618 <https://github.com/llvm/llvm-project/issues/57618>`_)
-
 Breaking changes
 ----------------
 
 COFF Improvements
 -----------------
 
-* Added support for ``--time-trace`` and associated ``--time-trace-granularity``.
-  This generates a .json profile trace of the linker execution.
-
 MinGW Improvements
 ------------------
 
@@ -50,9 +41,5 @@
 WebAssembly Improvements
 ------------------------
 
-* Indexes are no longer required on archive files.  Instead symbol information
-  is read from object files within the archive.  This matches the behaviour of
-  the ELF linker.
-
 Fixes
 #####