The Trunk: Collections-mt.692.mcz

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

The Trunk: Collections-mt.692.mcz

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

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

Name: Collections-mt.692
Author: mt
Time: 13 May 2016, 10:39:16.768561 am
UUID: 13bdc3eb-7645-0749-a45c-78613894b24c
Ancestors: Collections-mt.691

Deprecate #includesSubString: with capital S.

=============== Diff against Collections-mt.691 ===============

Item was removed:
- ----- Method: String>>includesSubString: (in category 'testing') -----
- includesSubString: subString
-
- self deprecated: 'Use #includesSubstring: instead.'.
- ^self includesSubstring: subString!