Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.
diff --git a/Misc/NEWS b/Misc/NEWS
index b06d5b1..e01aeb2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 Library
 -------
 
+- Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.
+
 - Issue #23811: Add missing newline to the PyCompileError error message.
   Patch by Alex Shkop.