Fix prof_tctx_dump_iter() to filter.

Fix prof_tctx_dump_iter() to filter out nodes that were created after
heap profile dumping started.  Prior to this fix, spurious entries with
arbitrary object/byte counts could appear in heap profiles, which
resulted in jeprof inaccuracies or failures.
diff --git a/ChangeLog b/ChangeLog
index 58e4462..c6bd556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@
 
     https://github.com/jemalloc/jemalloc
 
+* 4.0.3 (XXX)
+
+  Bug fixes:
+  - Fix prof_tctx_dump_iter() to filter out nodes that were created after heap
+    profile dumping started.
+
 * 4.0.2 (September 21, 2015)
 
   This bugfix release addresses a few bugs specific to heap profiling.