~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-10-27 15:55:25 UTC
  • mfrom: (6215.1.8 lru_cache_refactor)
  • Revision ID: pqm@pqm.ubuntu.com-20111027155525-yyv39g64i4wp8wnm
(gz) Refactor and deprecate unused parts of lru_cache (Martin Packman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
* ``Branch.revision_history`` is now deprecated. (Jelmer Vernooij, #799519)
83
83
 
 
84
* Methods ``add`` and ``items`` of ``LRUCache`` and ``LRUSizeCache`` are
 
85
  deprecated. Use normal dict-style access instead. (Martin Packman)
 
86
 
84
87
* New flag ``RepositoryFormat.supports_unreferenced_revisions`` which
85
88
  indicates whether revisions can be present in a repository without
86
89
  being referenced from e.g. a branch history at the same time.