diff --git a/ChangeLog b/ChangeLog
index 2ced0876..20a8c222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2007-07-29  Micah Cowan  <micah@cowan.name>
 
 	* NEWS: No more auth before challenge. No more auth info in
-	Referer.
+	Referer. New --max-redirect option.
 
 2007-07-09  Micah Cowan  <micah@cowan.name>
 
diff --git a/NEWS b/NEWS
index fe096838..b31eae2e 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ just the ones at or below the original authenticated location.
 Credentials for Digest authentication are still never saved or issued
 automatically, and continue to require a challenge for each resource.
 
+** Added --max-redirect option, allowing the user to specify what should
+be the maximum number of HTTP redirects to follow.
+
 ** Wget now saves HTTP downloads using file names specified by the
 `Content-Disposition' header.  This is a standard way of specifying
 the file name used by many web dynamically generated pages.