Merged in History.txt from 4.7.5. oops.

[git-p4: depot-paths = "//src/minitest/dev/": change = 8959]
This commit is contained in:
Ryan Davis 2013-09-13 05:36:21 -08:00
parent d13b93389a
commit 170141ce2a
1 changed files with 22 additions and 0 deletions

View File

@ -22,6 +22,13 @@
* Fixed missing require in minitest/test. (erikh)
=== 4.7.5 / 2013-06-21
* 2 bug fixes:
* Fix Spec#describe_stack to be thread local.
* Fix multithreaded test failures by defining Time local to mock test namespace
=== 5.0.5 / 2013-06-20
* 6 bug fixes:
@ -140,6 +147,21 @@ Minitest 5:
* Removed Minitest::Test.synchronize (phiggins)
* Upon loading minitest/parallel_each, record, capture_io and capture_subprocess_io are doped with synchronization code. (phiggins)
=== 4.7.4 / 2013-05-01
This is probably the last release of the 4.x series. It will be merged
to ruby and will be put into maintenance mode there.
I'm not set in stone on this, but at this point further development of
minitest (5+) will be gem-only. It is just too hard to work w/in
ruby-core w/ test-unit compatibility holding minitest development
back.
* 2 minor enhancements:
* Added count/size to ParallelEach to fix use w/in stdlib's test/unit. :( (btaitelb)
* Allow disabling of info_signal handler in runner. (erikh)
=== 4.7.3 / 2013-04-20
* 1 bug fix: