~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-08-21 02:06:07 UTC
  • mto: This revision was merged to the branch mainline in revision 2736.
  • Revision ID: aaron.bentley@utoronto.ca-20070821020607-nbzoyg0jzbjefk2u
Fix NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    * ``pull -v`` no longer includes deltas, making it much faster.
31
31
      (Aaron Bentley)
32
32
 
 
33
    * ``send`` now sends the directive as an attachment by default.
 
34
      (Aaron Bentley, Lukáš Lalinský, Alexander Belchenko)
 
35
 
33
36
  API BREAKS:
34
37
 
35
38
   * ``Branch.append_revision`` is removed altogether; please use 
177
180
    * Windows standalone installer show link to registration survey
178
181
      when installation finished. (Alexander Belchenko)
179
182
 
180
 
    * ``send`` now sends the directive as an attachment by default.
181
 
      (Aaron Bentley, Lukáš Lalinský, Alexander Belchenko)
182
 
 
183
183
  LIBRARY API BREAKS:
184
184
 
185
185
    * Deprecated dictionary ``bzrlib.option.SHORT_OPTIONS`` removed.