~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-05-08 12:42:43 UTC
  • mto: This revision was merged to the branch mainline in revision 5840.
  • Revision ID: jelmer@samba.org-20110508124243-weda6q83jduwt1ze
Make Inter.get raise NoCompatibleInter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
* ``annotate_file`` has been deprecated in favor of
63
63
  ``annotate_file_revision_tree``. (Jelmer Vernooij, #775598)
64
64
 
 
65
* ``Inter.get`` now raises ``NoCompatibleInter`` if there are no
 
66
  compatible optimisers rather than an instance of the class it is called
 
67
  on. (Jelmer Vernooij)
 
68
 
65
69
Internals
66
70
*********
67
71