@@ -1,7 +1,22 @@
0.18.3:
* Move {add,remove}Element from Array.prototype to kernel API.
-
+* New superclass of Behavior named BehaviorBody, pushed up some methods.
+ * Represents named holder of methods; hierarchy and instantiation left to Behavior.
+* Add class Trait as subclass of BehaviorBody.
+
++ Trait
+ + allInstanceVariableNames
+ + allSubclassesDo:
+ + asJavascript
+ + category
+ + classTag
+ + definition
+ + package
+ + superclass
+ + theMetaClass
+ + theNonMetaClass
+ + exportBehaviorDefinitionTo:using:
+ Collection >>
+ copyWithout:
+ amber/boot api >>