#1826: allow dotted attribute paths in operator.attrgetter.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e4a48b..9146bcb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1196,6 +1196,8 @@
 Extension Modules
 -----------------
 
+- Patch #1826: operator.attrgetter() now supports dotted attribute paths.
+
 - Patch #1957: syslogmodule: Release GIL when calling syslog(3)
 
 - #2112: mmap.error is now a subclass of EnvironmentError and not a