#2592: delegate nb_index and the floor/truediv slots in weakref.proxy.
diff --git a/Misc/NEWS b/Misc/NEWS
index 156d4bc..850a926 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@
 Extension Modules
 -----------------
 
+- Issue #2592: delegate nb_index and the floor/truediv slots in
+  weakref.proxy.
+
 - Support os.O_ASYNC and fcntl.FASYNC if the constants exist on the
   platform.