commit
0eaeae4705
2 changed files with 3 additions and 6 deletions
|
@ -1,17 +1,14 @@
|
|||
# Master (unreleased)
|
||||
# v0.8.9 2016-01-05
|
||||
|
||||
* Add mutation from `Hash#[]` to `Hash#key?` (#511)
|
||||
* Add mutation from `Hash#fetch` to `Hash#key?` (#511)
|
||||
* Add mutation from `#at` to `#key?` (#511)
|
||||
* Add mutation from `Hash#values_at` to `Hash#fetch_values` (#510)
|
||||
|
||||
# v0.8.8 2015-xx-xx
|
||||
# v0.8.8 2015-11-15
|
||||
|
||||
* Drop support for rspec-3.2
|
||||
* Remove CI specific job number default
|
||||
|
||||
# v0.8.8 2015-11-15
|
||||
|
||||
* Add support for rspec-3.3.4
|
||||
* Add mutations/s performance metric to report
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Mutant
|
||||
# Current mutant version
|
||||
VERSION = '0.8.8'.freeze
|
||||
VERSION = '0.8.9'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Reference in a new issue