=== 2.0.1 / 2018-03-23

* 2 bug fixes:

  * Fixed OLD require paths
  * Updated deps for MT5.

=== 2.0.0 / 2015-02-02

* 1 major enhancement:

  * Updated for minitest 5.

=== 1.0.2 / 2013-04-22

* 1 bug fix:

  * Fixed dependency on minitest to the 4.x family.

=== 1.0.1 / 2012-02-22

* 2 bug fixes:

  * Fixed instance_eval for better error reporting. (headius)
  * Use undef_method to wipe tests brought in via modules. (headius)

=== 1.0.0 / 2011-12-20

* 1 major enhancement:

  * Split minitest/excludes.rb out to its own gem. (aka Birthday)

* 3 minor enhancements:

  * Don't keep using the env var, since bad tests may modify ENV w/o restoring it. (headius)
  * Map X::Y to X/Y.rb for excludes to deal with nested test classes.
  * Remove method instead of generating a skip to avoid setup/teardown overhead.

