Move news item to the correct position.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0e8161e..2886e61 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@
 Library
 -------
 
+- Add lfu_cache() and lru_cache() decorators to the functools module.
+
 
 What's New in Python 3.2 Alpha 1?
 =================================
@@ -516,8 +518,6 @@
 - Issue #4179: In pdb, allow "list ." as a command to return to the currently
   debugged line.
 
-- Add lfu_cache() and lru_cache() decorators to the functools module.
-
 - Issue #4108: In urllib.robotparser, if there are multiple 'User-agent: *'
   entries, consider the first one.