Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 12268]
  • Loading branch information
zenspider committed Sep 22, 2019
1 parent b0e07f4 commit 29cc761
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions History.rdoc
@@ -1,3 +1,22 @@
=== 5.12.0 / 2019-09-22

* 8 minor enhancements:

* Added a descriptive error if assert_output or assert_raises called without a block. (okuramasafumi)
* Changed mu_pp_for_diff to make having both \n and \\n easier to debug.
* Deprecated $N for specifying number of parallel test runners. Use MT_CPU.
* Deprecated use of global expectations. To be removed from MT6.
* Extended Assertions#mu_pp to encoding validity output for strings to improve diffs.
* Extended Assertions#mu_pp to output encoding and validity if invalid to improve diffs.
* Extended Assertions#mu_pp_for_diff to make escaped newlines more obvious in diffs.
* Fail gracefully when expectation used outside of `it`.

* 3 bug fixes:

* Check `option[:filter]` klass before match. Fixes 2.6 warning. (y-yagi)
* Fixed Assertions#diff from recalculating if set to nil
* Fixed spec section of readme to not use deprecated global expectations. (CheezItMan)

=== 5.11.3 / 2018-01-26

* 1 bug fix:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest.rb
Expand Up @@ -8,7 +8,7 @@
# :include: README.rdoc

module Minitest
VERSION = "5.11.3" # :nodoc:
VERSION = "5.12.0" # :nodoc:
ENCS = "".respond_to? :encoding # :nodoc:

@@installed_at_exit ||= false
Expand Down

0 comments on commit 29cc761

Please sign in to comment.