~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-04-15 12:07:39 UTC
  • mfrom: (5777.5.3 inventoryworkingtree)
  • Revision ID: pqm@pqm.ubuntu.com-20110415120739-7ftrzs0qmz98ar5e
(jelmer) Split inventory-specific implementation out of MutableTree into
 MutableInventoryTree. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
  from ``bzrlib.repofmt.pack_repo`` to
128
128
  ``bzrlib.repofmt.knitpack_repo``. (Jelmer Vernooij)
129
129
 
 
130
* ``WorkingTree`` no longer provides an ``inventory``. Instead,
 
131
  all inventory-related functionality is now on the subclass
 
132
  ``InventoryWorkingTree`` that all native Bazaar working tree
 
133
  implementations derive from. (Jelmer Vernooij)
 
134
 
130
135
Internals
131
136
*********
132
137