diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index d9a3364..76f5558 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -81,6 +81,11 @@ C11 Feature Support
 C++ Language Changes in Clang
 -----------------------------
 
+- Clang now correctly implement the rules for language linkage. This means that
+  it is now possible to overload static functions declared in an extern C
+  context. For backwards compatibility, an alias with the unmangled name is
+  still emitted if it is the only one and has the used attribute.
+
 C++11 Feature Support
 ^^^^^^^^^^^^^^^^^^^^^
 
