~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-10-15 11:25:40 UTC
  • mfrom: (5436.2.9 hooks-refactoring)
  • mto: This revision was merged to the branch mainline in revision 5500.
  • Revision ID: v.ladeuil+lp@free.fr-20101015112540-vhgyone6ou1g0foo
Merge lp:~spiv/bzr/hooks-refactoring with tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
API Changes
62
62
***********
63
63
 
 
64
* Add ``bzrlib.pyutils`` module with helper functions for some Python
 
65
  tasks such as resolving a dotted name to a Python object
 
66
  (``get_named_object``).  (Andrew Bennetts)
 
67
 
64
68
* ``bzrlib.tests.ForwardingResult`` no longer exists.  Use
65
69
  ``testtools.ExtendedToOriginalDecorator`` instead.  (Andrew Bennetts)
66
70
 
 
71
* ``known_hooks_key_to_parent_and_attribute`` in ``bzrlib.hooks`` has been
 
72
  deprecated in favour of ``known_hooks.key_to_parent_and_attribute`` in
 
73
  the same module.  (Andrew Bennetts)
 
74
 
67
75
Internals
68
76
*********
69
77