update CHANGES.html to reflect the removal of tools module

This commit is contained in:
Tom Henderson
2013-06-18 14:18:57 -07:00
parent 63606febe2
commit 0f657f5a6a

View File

@@ -59,6 +59,13 @@ us a note on ns-developers mailing list.</p>
<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>