This commit is contained in:
James 2017-03-17 06:52:23 -04:00
parent 3a9031bc9c
commit 67774627d4
2 changed files with 9 additions and 0 deletions

View File

@ -318,6 +318,10 @@
<id>jodue</id>
<name>jodue</name>
</developer>
<developer>
<id>joelsch</id>
<name>Joel Schneider</name>
</developer>
</developers>
<licenses>

View File

@ -197,6 +197,11 @@
on certain platforms where the StAX parser was overridden. Thanks to
GitHub user @Jodue for the pull request!
</action>
<action type="add" issue="575">
Remove an unneccesary database flush when saving large code systems to
the JPA database, improving performance of this operation. Thanks to
Joel Schneider for the pull request and analysis!
</action>
</release>
<release version="2.2" date="2016-12-20">
<action type="add">