Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Sep 20, 2015
1 parent 44eb645 commit cd0d8bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -15,6 +15,10 @@ New Features
- Add support for ``round``, ``math.floor``, ``math.ceil``, ``math.trunc`` on
Python 3.

- Add support for ``divmod`` and the ``//`` operator. (#69)

- New ``floordiv`` and ``mod`` functions. The new ``mod`` replaces the old
``mod`` function, which has been renamed to ``fmod``. (#69)

Changes
-------
Expand All @@ -23,6 +27,11 @@ Changes
than 'Infinity' and 'NaN', for consistency with the float type, and
for consistency with the newly-introduced string formatting.

- The 'mod' function now follows Python sign conventions; the old
'mod' function has been renamed to 'fmod'. The '%' operator
now also follows Python sign conventions. (#69)

- MPFR version 3.0.0 or later is required.

Bugfixes
--------
Expand Down

0 comments on commit cd0d8bd

Please sign in to comment.