~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-13 16:59:44 UTC
  • mfrom: (5858.1.1 symlink-target-path)
  • Revision ID: pqm@pqm.ubuntu.com-20110513165944-rv579ds1kciopi4n
(jelmer) Add optional path argument to Tree.get_symlink_target(). (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
* ``Tree.__iter__`` has been deprecated; use ``Tree.all_file_ids``
97
97
  instead.  (Jelmer Vernooij)
98
98
 
 
99
* ``Tree.get_symlink_target`` now takes an optional ``path``
 
100
  argument. (Jelmer Vernooij)
 
101
 
99
102
Internals
100
103
*********
101
104