diff --git a/ChangeLog b/ChangeLog index 47d57c3..8f7c6f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-04-01 Paul Tagliamonte + +* hy/compiler.py (compile_print_expression): Add routines for not creating +an ast.Print in Python 3.x, it's since become an ast.Call. +* Cleaned up the tests a bit, and added some coverage to some uncovered +modules + 2013-03-29 Paul Tagliamonte * New release, 0.9.3.