# HG changeset patch
# User Jeff Forcier <jeff@bitprophet.org>
# Date 1352143327 28800
#      Mon Nov 05 11:22:07 2012 -0800
# Node ID 394d13d39ee696ed7826434ea8e3a3d2062c83cd
# Parent  d58b713857845b1b7c18063b81ec69a1d5f5838e
Somehow missed a pretty important change in the changelog

diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,8 @@
 v1.8.0 (3rd Oct 2012)
 ---------------------
 
+* #17 ('ssh' 28): Fix spurious `NoneType has no attribute 'error'` and similar
+  exceptions that crop up on interpreter exit.
 * 'ssh' 32: Raise a more useful error explaining which `known_hosts` key line was
   problematic, when encountering `binascii` issues decoding known host keys.
   Thanks to `@thomasvs` for catch & patch.