Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fursich committed Dec 29, 2020
1 parent 7fe6335 commit e46efeb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@
## [0.1.5]
### Added
- Supported in-memopry fixtures. Now users can dump into and import from in-memory fixture object without saving files.

## [0.2.0]
### Added
- Provide options to limit models to import, so that users can prohibit modification to arbitrary models.
- Support for Ruby 3.0.0 (requires Rails >= 6.0)

### Changed
- Accept both global configuration as well as runtime (one-off) settings for all the available options.
Now all the configured settings will be overridden at runtime when the settings are provided with arguments.

0 comments on commit e46efeb

Please sign in to comment.