diff --git a/CHANGES.html b/CHANGES.html
index a5ca49fa9..e1d17779b 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -55,6 +55,11 @@ us a note on ns-developers mailing list.
New API:
+ - Data collection components have been added in the src/stats module.
+ Data collection includes a Probe class that attaches to ns-3 trace
+ sources to filter their output, and two Aggregator classes for
+ marshaling probed data into text files or gnuplot plots. The ns-3
+ tutorial has been extended to illustrate basic functionality.
- Time attributes can now be bounded. See attribute-test-suite.cc
for an example.
- New generic hash function interface. Two hash functions are provided:
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 534d60df3..9603f2f34 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -23,7 +23,9 @@ New user-visible features
-------------------------
- Time attributes can now be bounded. See attribute-test-suite.cc for an
example.
-- IPv6 addrss class 2001:db8::/32 is now dropped by routers (RFC 3849).
+- Data collection components have been added to the stats module. These
+ components can be used to generate time series data in files and plots.
+- IPv6 address class 2001:db8::/32 is now dropped by routers (RFC 3849).
- New generic hash function interface. Two hash functions are provided:
murmur3 (default), and the venerable FNV1a. See the Hash Functions
section in the Manual.