Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 21, 2025
1 parent 61e1ff7 commit 6eb9bc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
```
Be advised there's `Faker::UniqueGenerator.clear` to clear the cache of unique values.
- |
Support for setting traits with a keyword argument (via #84) (@parndt)
```ruby
Factory.define :category do |f|
f.association :image, traits: [:fancy]
end
```
changed:
- Minimum Ruby version is now 3.1 (@flash-gordon)
- version: 0.12.0
Expand Down

0 comments on commit 6eb9bc2

Please sign in to comment.