Updated CHANGELOG for 0.24.0-rc2.
diff --git a/CHANGELOG b/CHANGELOG
index f786667..a977b28 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,11 @@
 Release Notes - Mesos - Version 0.24.0
 --------------------------------------------
-This release contains experimental v1 scheduler HTTP API. This allows framework schedulers
-to send HTTP requests to master endpoint ('/api/v1/scheduler') without the need for a driver.
+The release contains new features features:
 
-The release also includes these features:
-    * [MESOS-336] - Mesos slave should cache executors
+  * [MESOS-2288] - Scheduler HTTP API: *Experimental* v1 scheduler HTTP API allows framework schedulers
+                   to send HTTP requests to master endpoint ('/api/v1/scheduler') without the need for a driver.
+
+  * [MESOS-336] - Mesos slave should cache executors
 
 * API Changes:
   * [MESOS-2293] - Implement the scheduler endpoint on master
@@ -42,6 +43,7 @@
     * [MESOS-3001] - Create a "demo" HTTP API client
     * [MESOS-3002] - Rename Option<T>::get(const T& _t) to getOrElse() broke network isolator
     * [MESOS-3027] - Compiler warning in stout subcommand tests
+    * [MESOS-3053] - Failing DockerContainerizerTest.ROOT_DOCKER_Launch_Executor_Bridged
     * [MESOS-3058] - Cgroup tests relies on cgroups::get() returning in a specific order
     * [MESOS-3079] - `sudo make distcheck` fails on Ubuntu 14.04 (and possibly other OSes too)
     * [MESOS-3121] - Always disable SSLV2
@@ -74,6 +76,10 @@
     * [MESOS-3284] - JSON representation of Protobuf should use base64 encoding for 'bytes' fields.
     * [MESOS-3287] - downloadWithHadoop tries to access Error() for a valid Try<bool>
     * [MESOS-3290] - Master should drop HTTP calls when it's recovering
+    * [MESOS-3294] - Failing ROOT_ tests on CentOS 7.1 - UserCgroupIsolatorTest
+    * [MESOS-3296] - Failing ROOT_ tests on CentOS 7.1 - LinuxFilesystemIsolatorTest
+    * [MESOS-3297] - Failing ROOT_ tests on CentOS 7.1 - MesosContainerizerLaunchTest
+    * [MESOS-3311] - SlaveTest.HTTPSchedulerSlaveRestart
 
 ** Documentation
     * [MESOS-1838] - Add documentation for Authentication