Sfoglia il codice sorgente

Update API-CHANGES.txt

Herbert Vojčík 11 anni fa
parent
commit
b6203e7803
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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:)