Updated CHANGELOG for 0.24.2-rc5 release.
diff --git a/CHANGELOG b/CHANGELOG
index 74c08ec..137f1d3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@
 
 ** Bug
   * [MESOS-1187] - precision errors with allocation calculations.
+  * [MESOS-3030] - Build failure on OS 10.11 using Xcode 7.
   * [MESOS-3046] - Stout's UUID re-seeds a new random generator during each call to UUID::random.
   * [MESOS-3051] - performance issues with port ranges comparison.
   * [MESOS-3052] - Allocator performance issue when using a large number of filters.
@@ -11,6 +12,7 @@
   * [MESOS-3397] - sorter.cpp: Check failed: total.resources.contains(slaveId).
   * [MESOS-3560] - JSON-based credential files do not work correctly.
   * [MESOS-3602] - hdfs du fails due to prepended / on path.
+  * [MESOS-3604] - ExamplesTest.PersistentVolumeFramework does not work in OS X El Capitan.
   * [MESOS-3605] - hdfs.du() fails on os x due to lack of native-hadoop library.
   * [MESOS-3719] - Core dump on /teardown.
   * [MESOS-3738] - Mesos health check is invoked incorrectly when Mesos slave is within the docker container.