Changes between Version 7 and Version 8 of HowToDeprecate

Show
Ignore:
Timestamp:
02/12/11 01:24:35 (11 years ago)
Author:
dukeleto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToDeprecate

    v7 v8  
    66 
    77 * file a ticket 
    8  * add a note to DEPRECATED.pod 
     8 * add a note to api.yaml 
    99 * maybe post to parrot-dev and/or parrot-users depending on the nature of the change 
    1010 * get some feedback indicating that the change is sane 
     
    2828 * add a complete description to the appropriate version transition deprecations page (e.g. [wiki:ParrotDeprecationsFor2.6 ParrotDeprecationsFor2.6]) 
    2929 * walk through the the documentation to ensure that it's sufficient for a user to use to upgrade his or her code 
    30  * remove entry in DEPRECATED.pod 
     30 * remove entry in api.yaml 
    3131 
    3232=== Step 5: Apply ===