~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-01 12:21:33 UTC
  • mfrom: (4988.5.3 private-get-inventory-xml)
  • Revision ID: pqm@pqm.ubuntu.com-20100201122133-g8vkmptowez6qaqi
(Jelmer) Make Repository.get_inventory_xml private.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
API Changes
35
35
***********
36
36
 
 
37
* ``Repository.get_inventory_xml`` has been renamed to 
 
38
  ``Repository._get_inventory_xml`` to indicate it is private. 
 
39
  (Jelmer Vernooij)
 
40
 
37
41
* ``Repository.deserialise_inventory`` has been renamed to 
38
42
  ``Repository._deserialise_inventory`` to indicate it is private.
39
43
  (Jelmer Vernooij)