~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-08-20 03:43:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2732.
  • Revision ID: robertc@robertcollins.net-20070820034340-am05707e05l1nth5
Add -Devil flag to highlight the use of problematic API calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
   * ``Branch.append_revision`` is removed altogether; please use 
36
36
     ``Branch.set_last_revision_info`` instead.  (Martin Pool)
37
37
 
38
 
  aPI CHANGES:
39
 
 
40
38
    * ``Transport.should_cache`` has been removed.  It was not called in the
41
39
      previous release.  (Martin Pool)
42
40
 
 
41
  INTERNALS:
 
42
 
 
43
   * New trace function ``mutter_callsite`` will print out a subset of the
 
44
     stack to the log, which can be useful for gathering debug details.
 
45
     (Robert Collins)
 
46
 
43
47
bzr 0.90rc1 2007-08-14
44
48
 
45
49
  BUGFIXES: