Add section for next release to changes.xml

This commit is contained in:
Benedikt Ritter 2016-10-19 09:36:41 +02:00
parent 9ca3e3e6c4
commit 8592cfe496
No known key found for this signature in database
GPG Key ID: 9DAADC1C9FCC82D0
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="3.6" date="tba" description="tba">
</release>
<release version="3.5" date="2016-10-13" description="New features including Java 9 detection">
<action issue="LANG-1275" type="add" dev="oheger">Added a tryAcquire() method to TimedSemaphore.</action>
<action issue="LANG-1273" type="add" dev="ebourg" due-to="Jake Wang">Added a new property IS_OS_MAC_OSX_EL_CAPITAN in SystemUtils</action>