Merge with 3.1.
diff --git a/Misc/NEWS b/Misc/NEWS
index e16db92..6d902bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,11 +53,14 @@
 Library
 -------
 
-- Issue #11830: Remove unnecessary introspection code in the decimal module.                                                                
+- Issue #9233: Fix json.loads('{}') to return a dict (instead of a list), when
+  _json is not available.
 
-- Issue #11703 - urllib2.geturl() does not return correct url when the original
+- Issue #11830: Remove unnecessary introspection code in the decimal module.
+
+- Issue #11703: urllib2.geturl() does not return correct url when the original
   url contains #fragment.
-  
+
 - Issue #10019: Fixed regression in json module where an indent of 0 stopped
   adding newlines and acted instead like 'None'.