free_mutant/Changelog.md

15 lines
548 B
Markdown
Raw Normal View History

2012-12-07 14:17:04 -05:00
# v0.2.1 xxx
2012-12-07 17:27:21 -05:00
* [fixed] Crash on unavailable source location
* [fixed] Incorrect handling of if and unless statements
* [fixed] Expand Foo#initialize to spec/unit/foo in rspec dm2 strategy
* [fixed] Correctly expand [] to element_reader_spec.rb in rspec dm2 strategy
* [fixed] Correctly expand []= to element_writer_spec.rb in rspec dm2 strategy
2012-12-07 14:17:04 -05:00
* [fixed] Correctly expand foo= to foo_writer_spec.rb in rspec dm2 strategy
[Compare v0.2.0..v0.2.1](https://github.com/mbj/mutant/compare/v0.2.0...v0.2.1)
2012-12-07 13:43:47 -05:00
# v0.2.0 2012-12-07
2012-12-07 06:10:11 -05:00
First public release!