~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-06-28 19:12:10 UTC
  • mfrom: (5967.7.4 rm-magic-methods)
  • Revision ID: pqm@pqm.ubuntu.com-20110628191210-bwblsxn26kyu3swl
(mbp) remove __contains__ methods from inventory and dict (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
.. Changes that may require updates in plugins or other code that uses
209
209
   bzrlib.
210
210
 
 
211
* Checking for a file id in a `Tree` or `Inventory` using ``in`` is now
 
212
  deprecated.  Instead, use `has_id`.
 
213
  (Martin Pool)
 
214
 
211
215
* Exporters are now all exposed as generators, rather than as single-call
212
216
  functions, so that calling code can take stream the output.
213
217
  (Xaav, Martin Pool)