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 e1d090505e..c1298b16a6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -128,11 +128,13 @@ prose in a section of its own. When doing that, delete the notes.</p> <li>C1X -- static asserts and generic selections</li> <li>C++11 -- alias declarations -- zygoloid</li> <li>C++11 -- range-based-for loops -- zygoloid</li> + <li>C++11 -- nullptr -- zygoloid</li> <li>C++11 -- delegating ctors -- zygoloid/scshunt<li> <li>Memory reduction -- initializers, macro expansions, source locations, etc.</li> <li>Full set of type traits, sufficient to support C++11 standard libraries; also expression traits.</li> + <li>CFI-based debug info -- nlewycky/espindola details</li> </ul> <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> |