Procházet zdrojové kódy

Mention BehaviorBody / Trait reorganization.

Herbert Vojčík před 7 roky
rodič
revize
0ae69c3783
1 změnil soubory, kde provedl 16 přidání a 1 odebrání
  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 >>