~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-03-02 03:34:28 UTC
  • mto: (5622.4.1 uninstall-hook)
  • mto: This revision was merged to the branch mainline in revision 5747.
  • Revision ID: jelmer@samba.org-20110302033428-z94yre2omm410jjv
Add news entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
* ``HookPoint.lazy_hook`` and ``Hooks.install_named_lazy_hook`` can install 
189
189
  hooks for which the callable is loaded lazily.  (Jelmer Vernooij)
190
190
 
 
191
* ``Hooks.create_hook`` is now deprecated in favour of ``Hooks.add_hook``.
 
192
  (Jelmer Vernooij)
 
193
 
191
194
Testing
192
195
*******
193
196