Browse Source

Mention BehaviorBody / Trait reorganization.

Herbert Vojčík 7 years ago
parent
commit
0ae69c3783
1 changed files with 16 additions and 1 deletions
  1. 16 1
      API-CHANGES.txt

+ 16 - 1
API-CHANGES.txt

@@ -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 >>