Eliot Miranda uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-eem.910.mcz==================== Summary ====================
Name: Collections-eem.910
Author: eem
Time: 14 September 2020, 10:50:35.614055 am
UUID: e9380f4a-daa8-441f-bc2e-a5e6445e4452
Ancestors: Collections-eem.909
Travelling on the one after 909, fix a slip in that last fix.
=============== Diff against Collections-eem.909 ===============
Item was changed:
----- Method: TranscriptStream>>endEntry (in category 'stream extensions') -----
endEntry
"Display all the characters since the last endEntry, and reset the stream"
self lock critical:
[self changed: (self class forceUpdate
ifTrue: [#appendEntry]
+ ifFalse: [#appendEntryLater])]!
- ifFalse: [self changed: #appendEntryLater])]!