Skip to content

Commit

Permalink
Draft of release notes for 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denisrosset committed Mar 28, 2017
1 parent 2d292be commit 7cbafe6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
@@ -1,3 +1,16 @@
## Version 0.14.1

This version add laws for gcd/lcm operations, and fixes corner cases
for the standard types such as Rational.

Additions:
* Law tests for gcd/lcm

Changes:
* gcd/lcm are associative and commutative, the Rational gcd/lcm have
been aligned to be compatible with the integer gcd/lcm.
* Corner cases such as gcd(a, 0) are handled correctly

## Version 0.14.0

This release is a major milestone for Spire.
Expand Down

0 comments on commit 7cbafe6

Please sign in to comment.