Add assert_that NEWS entry.
authorDaniel Watkins <daniel@daniel-watkins.co.uk>
Wed, 4 Dec 2013 12:00:29 +0000 (12:00 +0000)
committerDaniel Watkins <daniel@daniel-watkins.co.uk>
Wed, 4 Dec 2013 12:00:29 +0000 (12:00 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4d5e1f5602a61d40ef43d9d7a61145e1d15e8a2e..cd4ff023c4523dfa7acf59ba2eba545a645f2569 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,12 @@ Changes
 * Removed a number of code paths where Python 2.4 and Python 2.5 were
   explicitly handled. (Daniel Watkins)
 
+Improvements
+------------
+
+* Introduce the assert_that function, which allows matchers to be used
+  independent of testtools.TestCase. (Daniel Watkins, #1243834)
+
 0.9.34
 ~~~~~~