~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-02-23 15:03:27 UTC
  • mfrom: (5662.2.7 branch-format-registry)
  • Revision ID: pqm@pqm.ubuntu.com-20110223150327-d9k3rvhhy8ij3t4j
(jelmer) Add a BranchFormatRegistry. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
* All methods and arguments that were deprecated before 2.0
121
121
  have been removed. (Jelmer Vernooij)
122
122
 
 
123
* Branch formats should now be registered on the format registry
 
124
  (``bzrlib.branch.format_registry``) rather than using the class
 
125
  methods on ``BranchFormat``. (Jelmer Vernooij, #714729)
 
126
 
123
127
* ``BranchFormat.supports_leaving_lock()`` and
124
128
  ``RepositoryFormat.supports_leaving_lock`` flags have been added.
125
129
  (Jelmer Vernooij)