~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Wouter van Heyst
  • Date: 2011-05-16 17:25:49 UTC
  • mfrom: (5866 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5893.
  • Revision ID: larstiq@larstiq.dyndns.org-20110516172549-7v5objmi6pbgc3i8
Merge bzr.dev to get the _format_version_tuple change (r5866)

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
 
75
75
.. Improved or updated documentation.
76
76
 
 
77
* Restore the workaround for option names including dots (--1.14) which was
 
78
  disabled when we stopped listing --1.9 as a format.
 
79
  (Vincent Ladeuil, #782289)
 
80
 
77
81
API Changes
78
82
***********
79
83
 
87
91
  compatible optimisers rather than an instance of the class it is called
88
92
  on. (Jelmer Vernooij)
89
93
 
 
94
* New method ``Repository.get_file_graph`` which can return the
 
95
  per-file revision graph. (Jelmer Vernooij, #775578)
 
96
 
90
97
* The default implementation of ``Branch`` is now oriented to
91
98
  storing the branch tip. Branch implementations which store the full
92
99
  history should now subclass ``FullHistoryBzrBranch``.