|  | @@ -6,6 +6,10 @@
 | 
											
												
													
														|  |  * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
 |  |  * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
 | 
											
												
													
														|  |  * HashedCollection >> , is now allowed (removed shouldNotImplement)
 |  |  * HashedCollection >> , is now allowed (removed shouldNotImplement)
 | 
											
												
													
														|  |  * HashedCollection and Dictionary both subclasses of AssociativeCollection
 |  |  * 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 >>
 |  |  + CompiledMethod >>
 | 
											
												
													
														|  |    + defaultProtocol
 |  |    + defaultProtocol
 | 
											
										
											
												
													
														|  | @@ -23,6 +27,10 @@
 | 
											
												
													
														|  |  + AmdPackageHandler >> load:
 |  |  + AmdPackageHandler >> load:
 | 
											
												
													
														|  |  + Set >> removeAll
 |  |  + Set >> removeAll
 | 
											
												
													
														|  |  + AssociativeCollection class
 |  |  + AssociativeCollection class
 | 
											
												
													
														|  | 
 |  | ++ BucketStore class
 | 
											
												
													
														|  | 
 |  | ++ SmalltalkImage >> globals
 | 
											
												
													
														|  | 
 |  | ++ SmalltalkImage >> vm
 | 
											
												
													
														|  | 
 |  | ++ Smalltalk global variable
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  - CompiledMethod >>
 |  |  - CompiledMethod >>
 | 
											
												
													
														|  |    - category: (use #protocol:)
 |  |    - category: (use #protocol:)
 |