Eliot Miranda uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-eem.684.mcz==================== Summary ====================
Name: Monticello-eem.684
Author: eem
Time: 15 June 2018, 1:08:30.353809 pm
UUID: edb03d67-d035-4a12-a5d8-8351848c9e0a
Ancestors: Monticello-dtl.683
Add MCMethodDefinition>>protocol, a much better message name than "category".
=============== Diff against Monticello-dtl.683 ===============
Item was added:
+ ----- Method: MCMethodDefinition>>protocol (in category 'accessing') -----
+ protocol
+ "Answer in which protocol (conceptual groups of methods) the receiver is grouped into."
+ ^category!