diff --git a/NEWS b/NEWS
index 36fd399e86fa7664cdcc6b33ab42efe6c3de67cd_TkVXUw==..2612dbaee7f14ecf139b0690d20755eca1540cd0_TkVXUw== 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,13 @@
 * #156: Fix potential deadlock condition when using Channel objects as sockets
   (e.g. when using SSH gatewaying). Thanks to Steven Noonan and Frank Arnold
   for catch & patch.
+* #179: Fix a missing variable causing errors when an ssh_config file has a
+  non-default AddressFamily set. Thanks to Ed Marshall & Tomaz Muraus for catch
+  & patch.
+* #200: Fix an exception-causing typo in `demo_simple.py`. Thanks to Alex
+  Buchanan for catch & Dave Foster for patch.
+* #199: Typo fix in the license header cross-project. Thanks to Armin Ronacher
+  for catch & patch.
 
 v1.10.4 (27th Sep 2013)
 -----------------------
@@ -41,6 +48,8 @@
   & patch.
 * #200: Fix an exception-causing typo in `demo_simple.py`. Thanks to Alex
   Buchanan for catch & Dave Foster for patch.
+* #199: Typo fix in the license header cross-project. Thanks to Armin Ronacher
+  for catch & patch.
 
 v1.11.1 (20th Sep 2013)
 -----------------------