CHANGES file entry for improved python division wrappers

This commit is contained in:
William S Fulton 2016-11-26 23:14:50 +00:00
parent 1079ba7ff8
commit 5d50ebc769
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.11 (in progress)
============================
2016-11-26: m7thon
[Python] Issue #709 - improved wrapping of division operators
'from __future__ import division' now works in Python 2 whether or not the
-py3 flag is used.
2016-11-12: joequant
[R] Issue #697 - fix comma issue with overload methods