diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e0376460152..54a53c3504e 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -120,9 +120,25 @@ Release Notes.
Better detection of include and linking paths for system headers and
libraries, especially for Linux distributions.
- Implemented support
- for Automatic
- Reference Counting for Objective-C.
+ Several improvements to Objective-C support, including:
+
+
+ -
+ Automatic Reference Counting (ARC) and an improved memory model
+ cleanly separating object and C memory.
+
+ - A migration tool for moving legacy code to ARC
+
+ - Better support for data hiding, allowing instance variables to be
+ declared in implementation contexts or class extensions
+ - Weak linking for classes
+ - Improved static type checking by inferring the return type of methods
+ such as +alloc and -init.
+
+
+ Some new features require either the Mac OS X 10.7 / iOS 5 Objective-C
+ runtime, or version 1.6 or later of the GNUstep Objective-C runtime
+ version.
Implemented a number of optimizations in libclang, the Clang C
interface, to improve the performance of code completion and the mapping
@@ -221,6 +237,9 @@ Release Notes.
licensed under the MIT and UIUC license, allowing it to be used more
permissively.
+Libc++ has been ported to FreeBSD and imported into the base system. It is
+ planned to be the default STL implementation for FreeBSD 10.
+