diff --git a/ChangeLog b/ChangeLog
index 3b1c493..7049687 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,204683 @@
-ChangeLog is maintained by "git log".
+commit 3c0b53018acfe0fec721c5e2f50141fc8b061165
+Author: Jiffin Tony Thottan <jthottan@redhat.com>
+Date:   Fri Oct 13 00:58:39 2017 +0530
+
+    doc : release-notes for GlusterFS-3.12.2
+    
+    Change-Id: I92a227548867a46bebdf0150605bdd6072f06bd9
+    BUG: 1491574
+    Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
+
+commit b79588a90bb2fcb2f02b65b98e2ae265a926e507
+Author: Sunil Kumar Acharya <sheggodu@redhat.com>
+Date:   Fri Apr 28 18:09:01 2017 +0530
+
+    cluster/ec: Improve performance with xattrop update
+    
+    Existing EC code updates the xattr on the subvolume
+    in a sequential pattern resulting in very poor performance.
+    
+    With this fix EC now updates the xattr on the subvolume
+    in parallel which improves the xattr update performance.
+    
+    >BUG: 1445663
+    >Change-Id: I3fc40d66db0b88875ca96a9fa01002ba386c0486
+    >Signed-off-by: Sunil Kumar Acharya <sheggodu@redhat.com>
+    
+    BUG: 1499150
+    Change-Id: I3fc40d66db0b88875ca96a9fa01002ba386c0486
+    Signed-off-by: Sunil Kumar Acharya <sheggodu@redhat.com>
+
+commit 8aa0c34c5301a15a87c0cb168a89cb291e85d741
+Author: Sanju Rakonde <srakonde@redhat.com>
+Date:   Sat Oct 7 03:33:40 2017 +0530
+
+    glusterd:Marking all the brick status as stopped when a process goes down in brick multiplexing
+    
+    In brick multiplexing environment, if a brick process goes down
+    i.e., if we kill it with SIGKILL, the status of the brick for which
+    the process came up for the first time is only changing to stopped.
+    all other brick statuses are remain started. This is happening because
+    the process was killed abruptly using SIGKILL signal and signal
+    handler wasn't invoked and further cleanup wasn't triggered.
+    
+    When we try to start a volume using force, it shows error saying

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