Browse Source

CHANGELOG: Document kernel-used APIs.

Herbert Vojčík 7 years ago
parent
commit
2bd061b51b
1 changed files with 9 additions and 0 deletions
  1. 9 0
      CHANGELOG

+ 9 - 0
CHANGELOG

@@ -2,6 +2,15 @@
 ===================================
 
 * Kernel slimmed, things moved to Smalltalk side.
+* Kernel (sans parser) calls only this Smalltalk-side API:
+  * AmberBootstrapInitialization class >> run
+  * Message class >> selector:arguments:notUnderstoodBy:
+  * Dictionary class >> newFromPairs:
+  * ErrorHandler class >> handleError:
+  * JSObjectProxy class >> on:
+  * NonBooleanReceiver class >> new
+  * NonBooleanReceiver >> object:
+  * NonBooleanReceiver >> signal
 
 Commits: https://lolg.it/amber/amber/commits/0.19.1.