CHANGELOG.md in attributor-5.1.0 vs CHANGELOG.md in attributor-5.2.0

- old
+ new

@@ -1,8 +1,16 @@ # Attributor Changelog ## next +## 5.2 (12/09/2017) + +* Fixed describing `Hash` with no keys defined, to still use a given example (no example outputted before this) +* Fix bug that would occur when defining an attribute carrying a reference object, for which the reference type didn't have `attributes` (for example a Collection). +* Allows an attribute to override the reference object through its options of its parent (even when its containing object already has one defined). +* Built code to generate examples in a smarter way when complex conditional requirements are specified. + + ## 5.1 * Added `Polymorphic` type. See [polymorphics.rb](spec/support/polymorphics.rb) for example usage. ## 5.0.2