Add unreleased new mutations to changelog
This commit is contained in:
parent
f32b32f3d0
commit
bb3f2cdcef
1 changed files with 14 additions and 0 deletions
14
Changelog.md
14
Changelog.md
|
@ -1,3 +1,17 @@
|
|||
# v0.8.12 2016-10-xx
|
||||
|
||||
* Add mutation from `/foo|bar/` to `/foo/` and `/bar/`
|
||||
* Add mutation from `/$/` to `/\z/`
|
||||
* Add mutation from `/\h/` to `/\H/`
|
||||
* Add mutation from `/\H/` to `/\h/`
|
||||
* Add mutation from `/\Z/` to `/\z/`
|
||||
* Add mutation from `flat_map` to `map`
|
||||
* Add mutation from `/(foo)/` to `/(?:foo)/`
|
||||
* Add mutation from `/a*/` to `/a+/`
|
||||
* Add mutation from `/a*/` to `/a/`
|
||||
* Add mutation from `!!foo` to `foo`
|
||||
* Add mutation from `proc { }` to `lambda { }`
|
||||
|
||||
# v0.8.11 2016-08-01
|
||||
|
||||
* Add support for rspec-3.5
|
||||
|
|
Loading…
Add table
Reference in a new issue