Announce now in NEWS that now all locks are announced.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14205 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index 079f722..645bbf5 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,8 @@
* Helgrind:
- Race condition error message with allocated blocks also show
the thread nr that allocated the racy block.
+ - All locks referenced by an error message are now announced.
+ Previously, some error messages were just showing the lock addresses.
- The message indicating where a lock was first observed now also
describes the address/location of the lock.
- Helgrind now understands the Ada task termination rules