posix.mknod() and {}.pop() were added
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 906c4d2..0b16acd 100644
--- a/Doc/whatsnew/whatsnew23.tex
+++ b/Doc/whatsnew/whatsnew23.tex
@@ -218,7 +218,7 @@
 
 Return enhanced tuples in grpmodule
 
-posixmodule: killpg, 
+posixmodule: killpg, mknod
 
 Expat is now included with the Python source
 
@@ -228,6 +228,7 @@
 Add optional arg to string methods strip(), lstrip(), rstrip().
 The optional arg specifies characters to delete.
 
+Add dict method pop().
 
 %======================================================================
 \section{Interpreter Changes and Fixes}