CHANGELOG.md in dry-struct-0.1.1 vs CHANGELOG.md in dry-struct-0.2.0

- old
+ new

@@ -1,4 +1,12 @@ +# v0.2.0 2016-02-26 + +## Changed + +* Struct attributes can be overridden in a subclass (flash-gordon) + +[Compare v0.1.1...v0.2.0](https://github.com/dry-rb/dry-struct/compare/v0.1.1...v0.2.0) + # v0.1.1 2016-11-13 ## Fixed * Make `Dry::Struct` act as a constrained type. This fixes the behavior of sum types containing structs (flash-gordon)