A new version of Kernel was added to project The Inbox:
http://source.squeak.org/inbox/Kernel-ct.1272.mcz==================== Summary ====================
Name: Kernel-ct.1272
Author: ct
Time: 3 October 2019, 12:51:41.640083 am
UUID: 6388f9ad-f95a-9a47-9fd1-89863b2d001f
Ancestors: Kernel-ct.1258, Kernel-ul.1271
Implements #turnOffWarnings on Deprecation
Complements Tools-ct.904
=============== Diff against Kernel-ct.1258 ===============
Item was added:
+ ----- Method: Deprecation class>>turnOffWarnings (in category 'preferences') -----
+ turnOffWarnings
+
+ self showDeprecationWarnings: false!