----------------
* Add E121 through E128 for continuation line indentation. These
checks are disabled by default. If you want to force all checks,
use switch ``--select=E,W``. Patch by Sam Vilain. (Issue 64)
* Add E721 for direct type comparisons. (Issue 47)
* Add E711 and E712 for comparisons to singletons. (Issue 46)
* Fix spurious E225 and E701 for function annotations. (Issue 29)
* Add E502 for explicit line join between brackets.
* Fix E901 when printing source with ``--show-source``.
* Report all errors for each checker, instead of reporting only the
first occurrence for each line.
* Option ``--show-pep8`` implies ``--first``.