diff --git a/ChangeLog b/ChangeLog
index 3b1c493..be9d5d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,170260 @@
-ChangeLog is maintained by "git log".
+commit 04fa81f1c46ef083c353b9e89f9478367af301f6
+Author: Kaushal M <kaushal@redhat.com>
+Date:   Mon Aug 1 08:44:58 2016 +0530
+
+    Add 3.7.14 release-notes
+    
+    Change-Id: I4fdd60601738df454fbb58a58497df75bfcaafe5
+
+commit 72db4ac5701185fc3115f115f18fb2250f3050f4
+Author: Krutika Dhananjay <kdhananj@redhat.com>
+Date:   Thu Jul 28 22:37:38 2016 +0530
+
+    storage/posix: Look for file in "unlink" dir IFF open on real-path fails with ENOENT
+    
+            Backport of: http://review.gluster.org/#/c/15039/
+    
+    PROBLEM:
+    In some of our users' setups, open() on the anon fd failed for
+    a reason other than ENOENT. But this error code is getting masked
+    by a subsequent open() under posix's hidden "unlink" directory, which
+    will fail with ENOENT because the gfid handle still exists under .glusterfs.
+    And the log message following the two open()s ends up logging ENOENT,
+    causing much confusion.
+    
+    FIX:
+    Look for the presence of the file under "unlink" ONLY if the open()
+    on the real_path failed with ENOENT.
+    
+    Change-Id: Id68bbe98740eea9889b17f8ea3126ed45970d26f
+    BUG: 1360785
+    Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
+    Reviewed-on: http://review.gluster.org/15041
+    Smoke: Gluster Build System <jenkins@build.gluster.org>
+    Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
+    NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
+    CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
+
+commit 3492f539a21223798dcadbb92e24cb7eb6cbf154
+Author: Pranith Kumar K <pkarampu@redhat.com>
+Date:   Thu May 5 07:59:03 2016 +0530
+
+    protocol/client: Filter o-direct in readv/writev
+    
+     >Change-Id: I519c666b3a7c0db46d47e08a6a7e2dbecc05edf2

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