~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-01 02:46:35 UTC
  • mfrom: (5728.4.2 initialize)
  • Revision ID: pqm@pqm.ubuntu.com-20110401024635-dkc6q8xysk46kej9
(mbp) bzrlib.initialize() now actually initializes,
 as well as returning a context manager (Martin Pool)

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
Internals
63
69
*********
64
70