Removals
- Python 3.5 is no longer supported.
New Features
let
macro now supports extended iterable unpacking syntax.- New contrib module
pprint
, a Hy equivalent ofpython.pprint
.
Bug Fixes
- Fixed a bug that made
hy.eval
from Python fail onrequire
. - Fixed a bug that prevented pickling of keyword objects.
- Fixed a compiler crash from
setv
with an odd number of arguments indefclass
.