CTabFolder highlight bar
diff --git a/4.25/images/ctabfolder-after.png b/4.25/images/ctabfolder-after.png
new file mode 100644
index 0000000..aa16f03
--- /dev/null
+++ b/4.25/images/ctabfolder-after.png
Binary files differ
diff --git a/4.25/images/ctabfolder-before.png b/4.25/images/ctabfolder-before.png
new file mode 100644
index 0000000..f4cb685
--- /dev/null
+++ b/4.25/images/ctabfolder-before.png
Binary files differ
diff --git a/4.25/platform.html b/4.25/platform.html
index 6f980da..3686c11 100644
--- a/4.25/platform.html
+++ b/4.25/platform.html
@@ -127,6 +127,18 @@
       <img  src="images/form-new-no-gradient.png" alt=""/>
     </td>
   </tr>
+
+  <tr id="CTabFolder-highlightBar"> <!-- https://github.com/eclipse-platform/eclipse.platform.swt/issues/55 -->
+    <td class="title"><a href="#CTabFolder-highlightBar">CTabFolder now show a highlight bar for selected tab</a></td>
+    <td class="content">
+      The CTabFolder now show a highlight bar to more easily identify the the currently selected tab folder:
+      <p>Example showing the workbench, theming disabled:</p>
+      <p>Old:</p>
+      <img  src="images/ctabfolder-before.png" alt="" />
+      <p>New:</p>
+      <img  src="images/ctabfolder-after.png" alt=""/>
+    </td>
+  </tr>
   <!-- ******************* End of General Updates ************************************* -->
   <tr><td colspan="2"/></tr>
 </tbody>
diff --git a/4.25/platform_isv.html b/4.25/platform_isv.html
index 62e5e75..ce619a8 100644
--- a/4.25/platform_isv.html
+++ b/4.25/platform_isv.html
@@ -53,6 +53,14 @@
   <tr>
     <td id="SWT" class="section" colspan="2"><h2>SWT Changes</h2></td>
   </tr>
+
+  <tr id="CTabFolder-setSelectionBarThickness"> <!-- https://github.com/eclipse-platform/eclipse.platform.swt/pull/55 -->
+    <td class="title"><a href="#CTabFolder-setSelectionBarThickness">Configure highlight bar thickness on CTabFolder</a></td>
+    <td class="content">
+		The CTabFolder has a new <code>setSelectionBarThickness</code> that allows to configure how the highlight bar is rendered.
+		Setting it to <code>0</code> does hide the highlight bar.
+    </td>
+  </tr>
   <!-- *********************** End of SWT *********************** -->
   <tr><td colspan="2"/></tr>
 </tbody>