diff --git a/ChangeLog b/ChangeLog
index 3b1c493..2d81343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,163498 @@
-ChangeLog is maintained by "git log".
+commit 889e92c72252d52c31590842b24936fa8af15dd5
+Author: Kaushal M <kaushal@redhat.com>
+Date:   Fri Apr 1 15:38:26 2016 +0530
+
+    Add release-notes for 3.7.10
+    
+    Change-Id: Ie0c0f6627fd9b9288581cf8a12cf3f772edf5d86
+    Signed-off-by: Kaushal M <kaushal@redhat.com>
+
+commit 34a7b3435af90e1e175fde31f61755d6fabda7ef
+Author: Kaushal M <kaushal@redhat.com>
+Date:   Fri Apr 1 12:41:54 2016 +0530
+
+    Revert "cluster/ec: Rebalance hangs during rename"
+    
+    This reverts commit 3d34c495d547866a533bc0614b14163381830095, which
+    broke building rpms and possibly other packages as well.
+    
+    Change-Id: I2c10a613599e63bc0cbdb1b405cd87be9efa4a99
+
+commit 5560961e5188c6b8f4b09d57245513a8f9612ff4
+Author: Kotresh HR <khiremat@redhat.com>
+Date:   Tue Mar 29 19:06:46 2016 +0530
+
+    features/changelog: Don't modify 'pargfid' in 'resolve_pargfid_to_path'
+    
+    Backport of http://review.gluster.org/#/c/13845/
+    
+    If 'changelog' is enabled and 'changelog.capture-del-path' option is on
+    it calls 'resolve_pargfid_to_path' which modifies 'pargfid' sent by
+    caller.  'changelog_unlink' calls this routine directly with
+    'loc->pargfid' resulting it being modified and point to root instead of
+    actual pargfid. This is a nasty bug and could cause the deletion of
+    entry on root directory instead on actual parent when 'loc->path' is
+    not present.  Hence this fix to make 'pargfid' a const pointer and
+    'resolve_pargfid' to work on copy of pargfid.
+    
+    Glusterfind session creation enables these options by default to
+    capture deleted entry path in changelog.
+    
+    Thanks Pranith for root causing this.
+    
+    BUG: 1322552
+    Change-Id: I9f2bc44b5604b224462594c12b7d79e68198d693

More commit messages for this ChangeLog can be found at
https://forge.gluster.org/glusterfs-core/glusterfs/commits/v3.7.10
