~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-12 05:23:58 UTC
  • mfrom: (3350.4.4 remove-deprecations)
  • Revision ID: pqm@pqm.ubuntu.com-20080512052358-68borsc013lplzz2
(robertc) Remove many deprecated methods from VersionedFile,
        Repository and bzrlib.revision. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
  API BREAKS:
28
28
 
 
29
    * Many methods on ``VersionedFile``, ``Repository`` and in
 
30
      ``bzrlib.revision``  deprecated before bzrlib 1.5 have been removed.
 
31
      (Robert Collins)
 
32
 
29
33
    * ``VersionedFile.join`` is deprecated. This method required local
30
34
      instances of both versioned file objects and was thus hostile to being
31
35
      used for streaming from a smart server. The new get_record_stream and