~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-04-02 00:08:39 UTC
  • mfrom: (5750 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5751.
  • Revision ID: jelmer@samba.org-20110402000839-qvxpq267q9tqdjrg
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
* ``Hooks.create_hook`` is now deprecated in favour of ``Hooks.add_hook``.
60
60
  (Jelmer Vernooij)
61
61
 
 
62
* If you call `bzrlib.initialize` but forget to enter the resulting object
 
63
  as a context manager, bzrlib will now be initialized anyhow.
 
64
  (Previously simple programs calling bzrlib might find the library was
 
65
  mysteriously silent.)
 
66
  (Martin Pool)
 
67
 
62
68
* New method ``Hooks.uninstall_named_hook``. (Jelmer Vernooij, #301472)
63
69
 
64
70
Internals