CHANGELOG.md in statsd-instrument-2.1.2 vs CHANGELOG.md in statsd-instrument-2.1.3

- old
+ new

@@ -3,9 +3,14 @@ This file documents the changes between releases of this library. When creating a pull request, please at an entry to the "unreleased changes" section below. ### Unreleased changes +### Version 2.1.3 + +- The `assert_statsd_calls` test helper will now raise an exception whenever a block isn't passed. +- Sending stats inside an exit handler will no longer cause programs to exit abruptly. + ### Version 2.1.2 - Use `prepend` instead of rewriting classes for metaprogramming methods. - RSpec: make matchers more flexible. - Bugfix: Only ask Rails for the environment when it's actually loaded.