From 6e3ec0b6691481c67ff8c4d288c31293c0769d7a Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Tue, 2 Apr 2013 08:59:52 -0400 Subject: [PATCH] Adding a bit about comrehensions to the changelog .. entry from last night. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index eb4b589..e6c6361 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ an ast.Print in Python 3.x, it's since become an ast.Call. modules * hy/compiler.py (compile_do_expression): Add progn as an alias (compile_def_expression): Add setf / setv as an alias for simple assignment +(compile_list_comrehension): Added list comprehensions. 2013-03-29 Paul Tagliamonte