Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 345 Bytes

CHANGES.textile

File metadata and controls

9 lines (6 loc) · 345 Bytes

0.2.0

Changes

  • Callback blocks are now executed on the instance using instance_exec. If you need to access the class (former context) use self.class.

0.1.4

Bugfixes

  • An uninitialized inheritable_attr doesn’t crash since it is not cloned anymore. Note that an uncloneable attribute value still causes an exception.