Browse Source

Update API-CHANGES.txt

Herbert Vojčík 10 years ago
parent
commit
0229140069
1 changed files with 8 additions and 0 deletions
  1. 8 0
      API-CHANGES.txt

+ 8 - 0
API-CHANGES.txt

@@ -6,6 +6,10 @@
 * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
 * HashedCollection >> , is now allowed (removed shouldNotImplement)
 * HashedCollection and Dictionary both subclasses of AssociativeCollection
+* Smalltalk class moved to SmalltalkImage class, Smalltalk is now global var
+* Smalltalk current deprecated in favour of Smalltalk
+* Smalltalk at:[put:] deprecated in favour of Smalltalk globals at:[put:]
+* <smalltalk.ClassName> deprecated in favour of <globals.ClassName>
 
 + CompiledMethod >>
   + defaultProtocol
@@ -23,6 +27,10 @@
 + AmdPackageHandler >> load:
 + Set >> removeAll
 + AssociativeCollection class
++ BucketStore class
++ SmalltalkImage >> globals
++ SmalltalkImage >> vm
++ Smalltalk global variable
 
 - CompiledMethod >>
   - category: (use #protocol:)