Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__
diff --git a/Misc/NEWS b/Misc/NEWS
index d06ced8..a109baf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@
 Library
 -------
 
+- Issue #14814: ipaddress network objects correctly return NotImplemented
+  when compared to arbitrary objects instead of raising TypeError
+
 - Issue #14990: Correctly fail with SyntaxError on invalid encoding
   declaration.