Browse Source

API-CHANGES: #instVarNamed:[put:].

Herby Vojčík 4 years ago
parent
commit
5da271da4d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lang/API-CHANGES.txt

+ 4 - 0
lang/API-CHANGES.txt

@@ -1,6 +1,7 @@
 0.25.0:
 
 * Deprecate Behavior >> javascriptConstructor(:)
+* Deprecate ProtoObject >> instVarAt:(put:)
 * Lots of changes in Compiler.
 * Added Teachable class.
 
@@ -12,6 +13,9 @@
   + javaScriptConstructor:
 + BlockClosure >>
   + tryIfTrue:catch:
++ ProtoObject >>
+  + instVarNamed:
+  + instVarNamed:put:
 + SequenceableCollection >>
   + copyWithFirst:
 + SmalltalkImage >>