~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Move the '_save' parameter from '__init__' to 'from_bytes', fix fallouts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
API Changes
146
146
***********
147
147
 
148
 
* Configuration files should now use the ``_content`` parameter in the
149
 
  constructor rather than the ``file`` parameter of the ``_get_parser``
150
 
  method. The later has been deprecated. They can also specify
151
 
  ``_save=True`` at build time to have the configuration file immediately
152
 
  written to disk. (Vincent Ladeuil)
153
 
 
 
148
* Configuration files should now use the ``from_bytes`` constructor the
 
149
  rather than the ``file`` parameter of the ``_get_parser`` method. The
 
150
  later has been deprecated. ``from_bytes`` also accept a ``save=True``
 
151
  parameter to have the configuration file immediately written to
 
152
  disk. (Vincent Ladeuil)
154
153
 
155
154
* InventoryEntry instances now raise AttributeError if you try to assign
156
155
  to attributes that are irrelevant to that kind of entry.  e.g. setting