Prepare release v0.8.4
This commit is contained in:
parent
b3e7533f57
commit
e0de9f97cc
2 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
# v0.8.4 2015-09-xx
|
||||
# v0.8.4 2015-09-10
|
||||
|
||||
* Add mutation from `a != b` to `!a.eql?(b)` and `!a.equal?(b)` #417
|
||||
* Add mutation `A.const_get(:B)` -> `A::B` #426
|
||||
* Add mutation `def foo(*args); end` into `def foo(*args); args = []; end` #423
|
||||
* Add mutation from `foo.baz { bar }` to `foo.bar` #416
|
||||
* Update anima dependency to 0.3.0
|
||||
|
||||
# v0.8.3 2015-09-01
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Mutant
|
||||
# Current mutant version
|
||||
VERSION = '0.8.3'.freeze
|
||||
VERSION = '0.8.4'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Reference in a new issue