~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-09 14:47:11 UTC
  • mfrom: (5837.2.5 tree-is-container)
  • Revision ID: pqm@pqm.ubuntu.com-20110509144711-b87xrawe7hozixek
(jelmer) Deprecate Tree.__iter__. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  ``Branch._last_revision_info`` has been renamed to
77
77
  ``Branch._read_last_revision_info`` (Jelmer Vernooij)
78
78
 
 
79
* ``Tree.__iter__`` has been deprecated; use ``Tree.all_file_ids``
 
80
  instead.  (Jelmer Vernooij)
 
81
 
79
82
Internals
80
83
*********
81
84