diff options
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7ac6b69b49..d05c4b6939 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -132,6 +132,8 @@ following are now considered to be of production quality: <li>Unrestricted unions</li> <li>User-defined literals</li> <li>Forward-declared enumerations</li> + <li>Atomics (both libc++'s and libstdc++4.7's <tt><atomic></tt> are + supported)</li> </ul> <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> |