Skip to content

Commit 874e387

Browse files
committed
Update CHANGELOG [skip ci]
1 parent 44771d2 commit 874e387

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v0.5.1 2018-08-11
2+
3+
## Fixed
4+
5+
* Constant resolution is now restricted to the current module when structs are automatically defined using the block syntax. This shouldn't break any existing code (piktur)
6+
7+
## Added
8+
9+
* Pretty print extension (ojab)
10+
```ruby
11+
Dry::Struct.load_extensions(:pretty_print)
12+
PP.pp(user)
13+
#<Test::User
14+
name="Jane",
15+
age=21,
16+
address=#<Test::Address city="NYC", zipcode="123">>
17+
```
18+
19+
[Compare v0.5.0...v0.5.1](https://github.com/dry-rb/dry-struct/compare/v0.5.0...v0.5.1)
20+
121
# v0.5.0 2018-05-03
222

323
## BREAKING CHANGES

0 commit comments

Comments
 (0)