Credit for #265
This commit is contained in:
parent
4398040451
commit
bc9d1712d4
|
@ -46,6 +46,15 @@
|
||||||
This replaces the existing ".limitTo(int)" method which has
|
This replaces the existing ".limitTo(int)" method which has
|
||||||
now been deprocated because it was badly named and undocumented.
|
now been deprocated because it was badly named and undocumented.
|
||||||
</action>
|
</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>
|
||||||
<release version="1.3" date="2015-11-14">
|
<release version="1.3" date="2015-11-14">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
|
Loading…
Reference in New Issue