Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.63.mcz==================== Summary ====================
Name: 60Deprecated-mt.63
Author: mt
Time: 22 November 2019, 11:32:44.798303 am
UUID: a3e51f5a-e9cd-3d4a-90c0-8b9f39b99f87
Ancestors: 60Deprecated-mt.62
Complements Kernel-mt.1279.
=============== Diff against 60Deprecated-mt.62 ===============
Item was added:
+ ----- Method: Deprecation class>>maybeSignalDeprecationFor:message:explanation: (in category '*60Deprecated-utilities') -----
+ maybeSignalDeprecationFor: context message: messageString explanation: explanationString
+
+ self flag: #deprecated.
+ ^ self
+ signalForContext: context
+ message: messageString
+ explanation: explanationString!