README.md in memory_profiler-0.9.5 vs README.md in memory_profiler-0.9.6
- old
+ new
@@ -363,9 +363,13 @@
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Changelog
+### 0.9.6
+- FIX: pretty_print was failing under some conditions @vincentwoo
+- FIX: if #class is somehow nil don't crash @vincentwoo
+
### 0.9.5
- Improved stability and performance @dgynn
### 0.9.4
- FIX: remove incorrect RVALUE offset on 2.2 @dgynn