summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/CHANGES b/src/CHANGES
index c2a0c3e..fe358a2 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -2,8 +2,8 @@
Change Log
==========
-Version 2.0.2 -
------------------------
+Version 2.0.2 - April, 2014
+---------------------------
- Extended "expr(name)" shortcut (same as "expr.setResultsName(name)")
to accept "expr()" as a shortcut for "expr.copy()".
@@ -41,6 +41,8 @@ Version 2.0.2 -
second default return value argument is supported, just as in
dict.pop().
+- Fixed bug in markInputline, thanks for reporting this, Matt Grant!
+
- Cleaned up my unit test environment, now runs with Python 2.6 and
3.3.