Add unreleased new mutations to changelog

This commit is contained in:
John Backus 2016-10-15 19:12:11 -07:00
parent f32b32f3d0
commit bb3f2cdcef
No known key found for this signature in database
GPG key ID: 9A91898D0B0B2FBE

View file

@ -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