Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 650 Bytes

CHANGELOG.md

File metadata and controls

25 lines (14 loc) · 650 Bytes

Changelog

Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Breaking changes:

New features:

Bugfixes:

  • Qualified Data.Int and Data.Ratio imports generate warnings (#44).

Other improvements:

v6.0.0

Breaking changes:

  • Rational is now a newtype over Ratio BigInt.
  • numerator and denominator now return BigInt instead of Int

New features:

  • % is polymorphic. It accepts Int -> Int -> Rational or BigInt -> BigInt -> Rational.