From a6554f47cbd65b24b5c59925f1b0063d313656e2 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 14 Jul 2021 14:30:32 -0400 Subject: [PATCH] Release 2.5.0 This commit prepares the NEWS file for the 2.5.0 release. --- NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ec4b04a4..df49f5e8 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,8 @@ testtools NEWS Changes and improvements to testtools_, grouped by release. -NEXT -~~~~ +2.5.0 +~~~~~ Improvements ------------ @@ -18,6 +18,9 @@ Improvements decorators as well as test method decorators, just as they can in unittest. +* The ``SameMembers`` matcher class is now exposed as part of the public + matchers API. + Changes -------