*** empty log message ***
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index b79d726..aa473ef 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -13,6 +13,12 @@
 SWT</h1>
 
 <h2> SWT Build 3.1 028 - Thursday March 29th, 2005 </h2>
+<h3><a NAME="New APIs"></a>New APIs</h3>
+<p>New API has been added to Spinner</p>
+<blockquote>
+int Spinner.getDigits()
+<br>Spinner.setDigits(int)
+</blockquote>
 <h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
 <blockquote>
 86079:  Spinner should handle non-integer increments