#3796: A test class was not run in test_float.
Reviewed by Benjamin.
diff --git a/Misc/NEWS b/Misc/NEWS
index 85adaeb..83bbd49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -114,13 +114,15 @@
 Tests
 -----
 
-- Issue 3768: Move test_py3kwarn over to the new API for catch_warnings().
+- Issue #3796: Some tests functions were not enabled in test_float.
+
+- Issue #3768: Move test_py3kwarn over to the new API for catch_warnings().
 
 Build
 -----
 
-- Issue 3758: Rename the 'check' target to 'patchcheck' so as to not clash with
-  GNU build target guidelines.
+- Issue #3758: Rename the 'check' target to 'patchcheck' so as to not clash 
+  with GNU build target guidelines.
 
 
 What's New in Python 2.6 beta 3?