summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 29c900d523..e13bec1fa2 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -101,9 +101,11 @@ Windows Support
C Language Changes in Clang
---------------------------
-- ...
+- ``__FILE_NAME__`` macro has been added as a Clang specific extension supported
+ in all C-family languages. This macro is similar to ``__FILE__`` except it
+ will always provide the last path component when possible.
-...
+- ...
C11 Feature Support
^^^^^^^^^^^^^^^^^^^