Skip to content

Commit 068b4d2

Browse files
committed
Update CHANGELOG [skip ci]
1 parent ca00846 commit 068b4d2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v0.3.1 to-be-relased
2+
3+
## Added
4+
5+
* `Struct.constructor` that makes dry-struct more aligned with dry-types; now you can have a struct with a custom constructor that will be called _before_ calling the `new` method (v-kolesnikov)
6+
* `Struct.attribute?` and `Struct.attribute_names` for introspecting struct attributes (flash-gordon)
7+
* `Struct#__new__` is a safe-to-use-in-gems alias for `Struct#new` (flash-gordon)
8+
9+
[Compare v0.3.0...master](https://github.com/dry-rb/dry-struct/compare/v0.3.0...master)
10+
111
# v0.3.0 2017-05-05
212

313
## Added

0 commit comments

Comments
 (0)