diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 8c47d69..138f466 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -93,7 +93,11 @@ C11 Feature Support
 C++ Language Changes in Clang
 -----------------------------
 
-- ...
+- Clang now supports putting identical constructors and destructors in
+  the C5/D5 comdat, reducing code duplication.
+
+- Clang will put individual ``.init_array/.ctors`` sections in
+  comdats, reducing code duplication and speeding up startup.
 
 C++11 Feature Support
 ^^^^^^^^^^^^^^^^^^^^^
