Added more details of recent fixes to the change.xml (thanks for the hint dion :)

Also added another failing test case along with a fix


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114144 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jstrachan
2003-10-01 13:20:59 +00:00
parent 5af0968d85
commit ebe30ef486
5 changed files with 42 additions and 11 deletions

View File

@@ -11,7 +11,13 @@
<action dev="dion" type="update">
Only try to find files if the source directory exists
</action>
<!-- JAMES PUT STUFF HERE -->
<action dev="jstrachan" type="update">
Numerous bug fixes have been made. A new HTML converter bean is now used
for every page to avoid contamination across pages. Also various invalid
transformations have been fixed, such as headings containing
either 'span' or 'a' elements, or paragraphs containing just images
or 'a' elements.
</action>
</release>
<release version="1.1" date="2003-09-29">