From 73316d89e73ebc1d80da4357ad9e2b29a0b0355f Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Mon, 1 Apr 2013 20:03:06 -0400 Subject: [PATCH] Adding in some bits to the changelog --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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.