README.md in memory_profiler-0.9.6 vs README.md in memory_profiler-0.9.7

- old
+ new

@@ -360,35 +360,5 @@ 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 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 -- FEATURE: add total memory usage @dgynn - -### 0.9.3 -- Add class reporting - -### 0.9.2 -- Fix incorrect syntax in rescue clause - -### 0.9.0 -- This is quite stable, upping version to reflect -- Fixed bug where it would crash when location was nil for some reason - -### 0.0.4 -- Added compatibility with released version of Ruby 2.1.0 -- Cleanup to use latest APIs available in 2.1.0 - -### 0.0.3 -- Added string analysis