CHANGELOG.md in attributor-2.6.0 vs CHANGELOG.md in attributor-2.6.1
- old
+ new
@@ -1,7 +1,20 @@
Attributor Changelog
============================
+next
+----
+
+2.6.1
+-----
+
+* Add the `:custom_data` option for attributes. This is a hash that is passed through to `describe` - Attributor does no processing or handling of this option.
+* Added `Type.family` which returns a more-generic "family name". It's defined for all built-in types, and is included in `Type.describe`.
+* Cleanup and bug fixes around example generation for `Model`, `Struct` and `Hash`.
+ * Avoid creating method accessors for true `Hash` types (only `[]` accessors)
+ * Fix common hash methods created for example instances (to play well with lazy attributes)
+ * Avoid storing the `Hash#insensitive_map` unless insensitivity enabled
+
2.6.0
-----
* Fixed bug in `example_mixin` where lazy_attributes were not evaluated.
* Fixed bug in `Hash` where the class would refuse to load from another `Attributor::Hash` when there were no keys defined and they were seemingly compatible.