Patch #2125: Add GetInteger and GetString methods for
msilib.Record objects.
diff --git a/Misc/NEWS b/Misc/NEWS
index d78e993..bec0980 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,9 @@
 Library
 -------
 
+- Patch #2125: Add GetInteger and GetString methods for 
+  msilib.Record objects.
+
 - Issue #2782: The datetime module's strftime methods now accept
   unicode format strings just as time.strftime always has.