#11282: add back the fail* methods and assertDictContainsSubset.
diff --git a/Misc/NEWS b/Misc/NEWS
index 31d896a..45e9999 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,8 @@
 Library
 -------
 
+- unittest.TestCase.assertSameElements has been removed.
+
 - sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not
   called yet: detect bootstrap (startup) issues earlier.