Patch #1180695: Implement nanosecond stat resolution on FreeBSD,
add st_gen, st_birthtime.
diff --git a/Misc/NEWS b/Misc/NEWS
index 10e43bc..a1f15ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,6 +121,9 @@
 Extension Modules
 -----------------
 
+- Patch #1180695: Add nanosecond stat resolution, and st_gen, 
+  st_birthtime for FreeBSD.
+
 - Patch #1231069: The fcntl.ioctl function now uses the 'I' code for
   the request code argument, which results in more C-like behaviour
   for large or negative values.