Closes #10142: Support for SEEK_HOLE/SEEK_DATA
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b7e3be..af1e26c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -935,6 +935,8 @@
 - Issue #14259: The finditer() method of re objects did not take any
   keyword arguments, contrary to the documentation.
 
+- Issue #10142: Support for SEEK_HOLE/SEEK_DATA (for example, under ZFS).
+
 Tests
 -----