summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 993cf35..e59e94a 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,11 @@ ChangeLog
::
- 0.11.15 (2016-XX-XX):
+ 0.12.0 (2016-08-16):
+ - drop support for Python 2.6
+ - include initial Type information (inspired by M. Crusoe)
+
+ 0.11.15 (2016-08-07):
- Change to prevent FutureWarning in NumPy, as reported by tgehring
("comparison to None will result in an elementwise object comparison in the future")