Eliot Miranda uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-eem.1004.mcz==================== Summary ====================
Name: System-eem.1004
Author: eem
Time: 10 March 2018, 10:43:34.493016 am
UUID: 1992db0b-7b1c-42ce-a4a3-1bfeab7f25b4
Ancestors: System-dtl.1003
restore a trivial method that went missing or was forgotten a long time ago.
=============== Diff against System-dtl.1003 ===============
Item was added:
+ ----- Method: RecentMessages>>purgeFromRecentSubmissions: (in category 'accessing') -----
+ purgeFromRecentSubmissions: aMethodReference
+ methodReferences remove: aMethodReference ifAbsent: []!