Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
diff --git a/Misc/NEWS b/Misc/NEWS
index 790e980..155ade0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
+
 - New environment variable PYTHONIOENCODING.
 
 - Patch #2488: Add sys.maxsize.