From 5d50ebc769cd6b371a6e46fe48a0bb8f2423cd92 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 26 Nov 2016 23:14:50 +0000 Subject: [PATCH] CHANGES file entry for improved python division wrappers --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 6f391d611..3fbad554c 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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