diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index a37166aac..ac5d2f636 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -53,6 +53,8 @@
Created a common interface for handling Excel files, irrespective of if they are .xls or .xlsx
+ 45472 - Fixed incorrect default row height in OpenOffice 2.3
+ 44692 - HSSFPicture.resize() stretched image when there was a text next to it45543 - Optionally extract comment text with PowerPointExtractor, and initial hslf model support for comments45538 - Include excel headers and footers in the output of ExcelExtractor44894 - refactor duplicate logic from EventRecordFactory to RecordFactory
diff --git a/src/documentation/content/xdocs/slideshow/how-to-shapes.xml b/src/documentation/content/xdocs/slideshow/how-to-shapes.xml
index 7959eedaf..40ef32aa7 100644
--- a/src/documentation/content/xdocs/slideshow/how-to-shapes.xml
+++ b/src/documentation/content/xdocs/slideshow/how-to-shapes.xml
@@ -46,6 +46,7 @@
How to create shapes of arbitrary geometry
Shapes and Graphics2D
How to convert slides into images
+
Headers / Footers
Features
@@ -620,6 +621,48 @@
+
+ How to extract Headers / Footers from an existing presentation
+
+
+ How to set Headers / Footers
+
+