diff --git a/build.xml b/build.xml
index bb3ccbc87..2894f216d 100644
--- a/build.xml
+++ b/build.xml
@@ -158,7 +158,7 @@ under the License.
-
+
+
+
+
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index bb45c6369..1580f7ed7 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -36,7 +36,10 @@
-
+
+
+
+ 46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords46174 - Fixed HSSFName to handle general formulas (not just area references)46189 - added chart records: CHARTFRTINFO, STARTBLOCK, ENDBLOCK, STARTOBJECT, ENDOBJECT, and CATLAB
diff --git a/src/documentation/content/xdocs/spreadsheet/examples.xml b/src/documentation/content/xdocs/spreadsheet/examples.xml
index 966a1626b..b44b9df16 100755
--- a/src/documentation/content/xdocs/spreadsheet/examples.xml
+++ b/src/documentation/content/xdocs/spreadsheet/examples.xml
@@ -28,7 +28,7 @@
HSSF and XSSF examples
-
POI comes with a number of examples that demonstrate how you can use POI API to create documents from "real life".
+
POI 3.5 and later comes with a number of examples that demonstrate how you can use POI API to create documents from "real life".
The examples are based on common XSSF-HSSF interfaces so that you can generate either *.xls or *.xlsx output just by setting a command-line argument:
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 57a0616d7..a6bc5997f 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -33,7 +33,10 @@
-
+
+
+
+ 46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords46174 - Fixed HSSFName to handle general formulas (not just area references)46189 - added chart records: CHARTFRTINFO, STARTBLOCK, ENDBLOCK, STARTOBJECT, ENDOBJECT, and CATLAB