diff --git a/pdf/xdocs/changes.xml b/pdf/xdocs/changes.xml
index 6236db79..6534768f 100644
--- a/pdf/xdocs/changes.xml
+++ b/pdf/xdocs/changes.xml
@@ -25,6 +25,21 @@
+
+
+ - The PDF generation works if paths used in navigation.xml don't begin with a '/'.
+ - The date on the cover worked for all projects (not only maven).
+
+
+
+
+ - Tables management XSL code cleaned (duplications removed) and simplified.
+ - Tables with THEAD/TBODY and tables with a first row compound of th have the same look : They use a table header which is copied on each page.
+ - The cover is improved.
+ - Internal and external links are differently colored.
+ - XSL styles are extracted in a single file.
+
+
Upgraded to xerces 2.4.0, fop 0.20.5, batik 1.5
A new plugin property (maven.pdf.navigationFile) is added to allow the users to have a different navigation file for the site and for the pdf doc.
The use of links inside xdocs don't lead to crash the PDF generation.