Parcourir la source

Update API-CHANGES.txt

Herbert Vojčík il y a 11 ans
Parent
commit
b6203e7803
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      API-CHANGES.txt

+ 2 - 0
API-CHANGES.txt

@@ -5,6 +5,7 @@
 
 * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
 * HashedCollection >> , is now allowed (removed shouldNotImplement)
+* HashedCollection and Dictionary both subclasses of AssociativeCollection
 
 + CompiledMethod >>
   + defaultProtocol
@@ -19,6 +20,7 @@
 + PackageHandler >> load:
 + AmdPackageHandler >> load:
 + Set >> removeAll
++ AssociativeCollection class
 
 - CompiledMethod >>
   - category: (use #protocol:)