added missing backport info

This commit is contained in:
Otmar Ertl 2015-08-25 06:50:58 +02:00
parent 096aa4e60b
commit e323f3c71b
1 changed files with 2 additions and 2 deletions

View File

@ -54,10 +54,10 @@ If the output is not quite correct, check for invisible trailing spaces!
</release>
<release version="4.0" date="XXXX-XX-XX" description="">
<action dev="oertl" type="update" issue="MATH-1220">
<action dev="oertl" type="update" issue="MATH-1220"> <!-- backported to 3.6 -->
Faster generation of Zipf distributed random numbers by using rejection-inversion sampling.
</action>
<action dev="oertl" type="update" issue="MATH-990">
<action dev="oertl" type="update" issue="MATH-990"> <!-- backported to 3.6 -->
Improved performance of sort-in-place methods by avoiding boxing.
</action>
<action dev="erans" type="fix" issue="MATH-1261" due-to="Osamu Ikeuchi"> <!-- backported to 3.6 -->