CHANGELOG.md in memory_profiler-0.9.10 vs CHANGELOG.md in memory_profiler-0.9.11
- old
+ new
@@ -1,6 +1,11 @@
# Changelog
+## 0.9.11
+- Reduce memory needed for string allocation tracing @dgynn
+- Use yield rather than block.call to reduce an allocation @dgynn
+- Ensure string allocation locations sort consistently @dgynn
+
## 0.9.10
- Add better detection for stdlib "gems"
## 0.9.9
- Add options for pretty printer to customize report