Skip to content

Commit

Permalink
NUMBERS-150: Track changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Aug 25, 2020
1 parent a8897d1 commit c3d173a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,30 @@ If the output is not quite correct, check for invisible trailing spaces!
<title>Apache Commons Numbers Release Notes</title>
</properties>
<body>
<release version="1.0-beta2" date="TBD" description="
This is a beta release of Apache Commons Numbers. No guarantees are
made regarding the stability of the API or compatibility with future
releases.
Apache Commons Numbers 1.0-beta1 contains the following library modules:
commons-numbers-angle (requires Java 8+)
commons-numbers-arrays (requires Java 8+)
commons-numbers-combinatorics (requires Java 8+)
commons-numbers-complex (requires Java 8+)
commons-numbers-core (requires Java 8+)
commons-numbers-field (requires Java 8+)
commons-numbers-fraction (requires Java 8+)
commons-numbers-gamma (requires Java 8+)
commons-numbers-primes (requires Java 8+)
commons-numbers-quaternion (requires Java 8+)
commons-numbers-rootfinder (requires Java 8+)
">
<action dev="aherbert" type="fix" issue="NUMBERS-150" due-to="Jin Xu">
"Fraction/BigFraction": Fixed pow(int) to handle Integer.MIN_VALUE and throw
ArithmeticException for negative exponents to a fraction of zero.
</action>
</release>

<release version="1.0-beta1" date="2020-04-08" description="
This is a beta release of Apache Commons Numbers. No guarantees are
made regarding the stability of the API or compatibility with future
Expand Down

0 comments on commit c3d173a

Please sign in to comment.