Skip to content

Commit 68825f1

Browse files
authored
fix wording
1 parent fa02552 commit 68825f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## 1.5.0
44

5-
- Add `collapse:` keyword to collapse a nested hash param into its parent. Accepts `true`, a hash with `format:` (`:parent_child`, `:child_parent`, or `:child`), or a custom Proc.
6-
- Add support for custom `Transform` classes in `transform:` keyword. Now accepts either a Proc or a `Transforms::Transform` subclass instance.
7-
- Add support for custom `Validation` classes in `validate:` keyword. Now accepts either a Proc or a `Validations::Validation` subclass instance.
5+
- Add `collapse:` keyword to "collapse" a hash param's children into its parent.
6+
- Add support for custom `Transform` classes in `transform:` keyword.
7+
- Add support for custom `Validation` classes in `validate:` keyword.
88

99
## 1.4.1
1010

0 commit comments

Comments
 (0)