~jameinel/bzr/1.16-bencode-compat-385212

« back to all changes in this revision

Viewing changes to NEWS

(Gary van der Merwe) Add bzrlib.graph.StackedParentsProvider as a
        public API, deprecating the old name of '_StackedParentsProvider'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
  ``TTYProgressBar`` and ``child_progress`` are now deprecated; use
114
114
  ``ui_factory.nested_progress_bar`` instead.  (Martin Pool)
115
115
 
 
116
* ``graph.StackedParentsProvider`` is now a public API, replacing
 
117
  ``graph._StackedParentsProvider``. The api is now considered stable and ready
 
118
  for external users. (Gary van der Merwe)
 
119
 
116
120
* TreeTransformBase no longer assumes that limbo is provided via disk.
117
121
  DiskTreeTransform now provides disk functionality.  (Aaron Bentley)
118
122