1
0
Herbert Vojčík 11 лет назад
Родитель
Сommit
b6203e7803
1 измененных файлов с 2 добавлено и 0 удалено
  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:)