CHANGES.html
changeset 9845 ef943f320ea6
parent 9758 b7f82950d534
child 9849 b3ec74c99612
--- a/CHANGES.html	Tue Jun 18 13:47:15 2013 -0700
+++ b/CHANGES.html	Tue Jun 18 14:18:57 2013 -0700
@@ -59,6 +59,13 @@
 
 <h2>Changes to existing API:</h2>
 <ul>
+  <li> The 'src/tools' module has been removed, and most files migrated to
+  'src/stats'.  For users of these programs (the statistics-processing 
+  in average.h, or the gnuplot support), the main change is likely to be
+  replacing the inclusion of "tools-module.h" with "stats-module.h".
+  Users of the event garbage collector, previously in tools, will now 
+  include it from the core module.
+  </li>
 </ul>
 
 <h2>Changes to build system:</h2>