浏览代码

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

Herby Vojčík 4 年之前
父节点
当前提交
5da271da4d
共有 1 个文件被更改,包括 4 次插入0 次删除
  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 >>