The Trunk: 60Deprecated-mt.70.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: 60Deprecated-mt.70.mcz

commits-2
Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.70.mcz

==================== Summary ====================

Name: 60Deprecated-mt.70
Author: mt
Time: 4 March 2020, 4:53:57.861827 pm
UUID: eadbea5d-9471-244c-9223-1dcaea4b1fdf
Ancestors: 60Deprecated-mt.69

Complements System-mt.1141 and Kernel-mt.1309.

=============== Diff against 60Deprecated-mt.69 ===============

Item was added:
+ ----- Method: Behavior>>forgetDoIts (in category '*60Deprecated-initialize-release') -----
+ forgetDoIts
+ "See http://forum.world.st/About-forgetDoIts-td3607521.html."
+
+ self deprecated: 'do-it methods are not installed in method dictionaries anymore. See ImageSegment >> #forgetDoItsInClass:'.!