~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-07-15 15:08:52 UTC
  • mfrom: (6026.2.5 deprecations)
  • Revision ID: pqm@pqm.ubuntu.com-20110715150852-zin0b58lmxzw0ym6
(vila) Remove deprecated stuff in bzrlib.log (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
.. Changes that may require updates in plugins or other code that uses
57
57
   bzrlib.
58
58
 
 
59
* Remove ``AtomicFile.closed`` which has been deprecated in bzr 0.10.
 
60
  (Vincent Ladeuil)
 
61
 
 
62
* Remove log.calculate_view_revisions, log._filter_revision_range,
 
63
  log.get_view_revisions which have been deprecated in bzr 2.1.0. Also
 
64
  remove log.show_one_log which were never properly deprecated but wasn't
 
65
  used and is easy to inline if needed. (Vincent Ladeuil)
 
66
 
59
67
Internals
60
68
*********
61
69