Skip to content

Commit 63b20c7

Browse files
committed
[devtools] sync
1 parent d63fe1e commit 63b20c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Factory.define :category do |f|
2323
end
2424
```
2525

26+
- Aliases for factory methods (via #92) (@cflipse)
27+
28+
`Factory.create` is aliased to `Factory.[]`
29+
`Factory.build` is aliased to `Factory.structs[]`
30+
2631

2732
### Changed
2833

0 commit comments

Comments
 (0)