hy/ChangeLog
2013-03-27 21:19:07 -04:00

20 lines
648 B
Plaintext

2013-03-27 Paul Tagliamonte <paultag@debian.org>
* hy/compiler.py (compile_tuple): Add routines for tuples.
(compile_def_expression): add Tuple checking
(compile_for_expression): same
(compile_with_as_expression): same
2013-03-25 Paul Tagliamonte <paultag@debian.org>
* bin/hy (global): Added readline support to the hy REPL. History should
now be stored in ~/.hy-history
(global): added paren-matching bits, hacked in hard. Better solution?
2013-03-24 Paul Tagliamonte <paultag@debian.org>
* The release before this was version 0.9.2.
* Initial ChangeLog entry. There've been a lot of changes, but I won't bother
to fake history here.