CHANGES.md in uber-0.0.14 vs CHANGES.md in uber-0.0.15
- old
+ new
@@ -1,4 +1,10 @@
+# 0.0.15
+
+* `Value#evaluate` is now `#call`. This will make it easier to introduce Null objects.
+* Options passed to `::builds` are now wrapped in `Uber::Options::Value` which allows specifying builder _class methods_ using `builds :builder_method`.
+* `Builder::class_builder` now accepts an optional context object which is used to `instance_exec` the builder blocks. This allows to share predefined builder blocks between different classes while resolving the constants in the respective class.
+
# 0.0.14
* Add `inheritable_attr :title, clone: false`. Thanks to @katafrakt.
* When calling `Option::Value#evaluate` with `nil` as context, and the `Value` represents a lambda, the block is called it its original context via `block.call`.
\ No newline at end of file