~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

 * Deprecated functions and methods can now be marked as such using the 
   bzrlib.symbol_versioning module. Marked method have their docstring
   updated and will issue a DeprecationWarning using the warnings module
   when they are used. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
    * Simplify handling of DivergedBranches in cmd_pull().
254
254
      (Michael Ellerman)
255
255
                   
256
 
   
 
256
    * Deprecated functions and methods can now be marked as such using the 
 
257
      bzrlib.symbol_versioning module. Marked method have their docstring
 
258
      updated and will issue a DeprecationWarning using the warnings module
 
259
      when they are used. (Robert Collins)
 
260
 
257
261
bzr 0.6 2005-10-28
258
262
 
259
263
  IMPROVEMENTS: