From 625694094c51272910d8025725cd4de979ca9525 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 21 Dec 2012 18:31:06 -0500 Subject: [PATCH] Forgot to add the Changes for 1.7.0 Closes #50 --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index c4c2877..2c08bf7 100644 --- a/README +++ b/README @@ -228,6 +228,16 @@ McCabe: CHANGES ======= +1.7.0 - 2012-12-21 +------------------ + +- Fixes part of #35: Exception for no WITHITEM being an attribute of Checker + for python 3.3 +- Support stdin +- Incorporate @phd's builtins pull request +- Fix the git hook +- Update pep8.py to the latest version + 1.6.2 - 2012-11-25 ------------------