CHANGELOG.md in stackprof-0.2.15 vs CHANGELOG.md in stackprof-0.2.16
- old
+ new
@@ -1,3 +1,14 @@
+# 0.2.16
+
+* [flamegraph.pl] Update to latest version
+* Add option to ignore GC frames
+* Handle source code not being available
+* Freeze strings in report.rb
+* Use a cursor object instead of array slicing
+* ArgumentError on interval <1 or >1m
+* fix variable name.
+* Fix default mode comment in readme
+
# 0.2.15
-* Mark the metadata object before the GC is invoked to prevent it from being garbage collected.
\ No newline at end of file
+* Mark the metadata object before the GC is invoked to prevent it from being garbage collected.