~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Update news and deprecated the old progress bar api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
      be checked, if you need to determine whether a given callable is 
85
85
      deprecated at runtime. (Robert Collins)
86
86
 
 
87
    * Progress bars are now nested - see
 
88
      bzrlib.ui.ui_factory.nested_progress_bar. (Robert Collins, Robey Pointer)
 
89
 
87
90
  TESTING:
88
91
 
89
92
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead