Browse Source

API-CHANGES.txt: isNil/ifNil move

Herbert Vojčík 9 years ago
parent
commit
13183ebb7d
1 changed files with 15 additions and 0 deletions
  1. 15 0
      API-CHANGES.txt

+ 15 - 0
API-CHANGES.txt

@@ -24,6 +24,21 @@
   + importsString
 + String >>
   + importsString
++ ProtoObject >>
+  + ifNil:
+  + ifNil:ifNotNil:
+  + ifNotNil:
+  + ifNotNil:ifNil:
+  + isNil
+  + notNil
+
+- Object >>
+  - ifNil:
+  - ifNil:ifNotNil:
+  - ifNotNil:
+  - ifNotNil:ifNil:
+  - isNil
+  - notNil
 
 
 0.14.1: