This commit is contained in:
James Agnew 2015-12-01 18:13:34 -05:00
parent 4398040451
commit bc9d1712d4
1 changed files with 9 additions and 0 deletions

View File

@ -46,6 +46,15 @@
This replaces the existing ".limitTo(int)" method which has
now been deprocated because it was badly named and undocumented.
</action>
<action type="add">
Profile validator has been configured to allow extensions even if they
aren't explicitly declared in the profile.
</action>
<action type="add" issue="265">
Add a constraint that the Maven build will only run in JDK 8+. HAPI
remains committed to supporting JDK 6+ in the compiled library, but these
days it can only be built using JDK 8. Thanks to joelsch for the PR!
</action>
</release>
<release version="1.3" date="2015-11-14">
<action type="add">