This commit is contained in:
James Agnew 2019-10-18 07:07:02 -04:00
parent 9eddecaee7
commit e6ae368424
2 changed files with 10 additions and 1 deletions

View File

@ -559,6 +559,10 @@
<id>CodeAndChoke</id>
<name>Long Nguyen</name>
</developer>
<developer>
<id>tuomoa</id>
<name>Tuomo Ala-Vannesluoma</name>
</developer>
</developers>
<licenses>

View File

@ -411,7 +411,12 @@
<action type="fix">
The JPA migrator tool was not able to correctly drop tables containing foreign key references
in some cases. This has been corrected.
</action>
</action>
<action type="fix" issue="1547">
An issue was fixed where the JPA server would occasionally fail to save a resource because
it contained a string containing characters that change length when normalized. Thanks to
Tuomo Ala-Vannesluoma for the pull request!
</action>
</release>
<release version="4.0.3" date="2019-09-03" description="Igloo (Point Release)">
<action type="fix">