~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2011-07-21 07:08:05 UTC
  • mfrom: (6006.3.9 filter-tree)
  • mto: This revision was merged to the branch mainline in revision 6035.
  • Revision ID: mbp@canonical.com-20110721070805-1fne0y2fn8vnziwj
merge up ContentFilterTree to 2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
* Remove ``TransportListRegistry.set_default_transport``, as the concept of
90
90
  a default transport is currently unused. (Jelmer Vernooij)
91
91
 
 
92
* There is a new class `ContentFilterTree` that provides a facade for 
 
93
  content filtering.  The `filtered` parameter to `export` is deprecated 
 
94
  in favor of passing a filtered tree, and the specific exporter plugins
 
95
  no longer support it.
 
96
  (Martin Pool)
 
97
 
92
98
Internals
93
99
*********
94
100