~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Brian de Alwis
  • Date: 2012-02-25 14:13:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6476.
  • Revision ID: bsd@acm.org-20120225141319-siks2mh58b91ep5v
Doc fix: command hooks available in 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
* Avoid 'Invalid range access' errors when whole files are retrieved with
35
35
  transport.http.get() . (Vincent Ladeuil, #924746)
36
36
 
 
37
* Two new command hooks, ``pre_command`` and ``post_command``,
 
38
  provide notification before and after a command has been run.
 
39
  (Brian de Alwis, Jelmer Vernooij)
 
40
 
37
41
Bug Fixes
38
42
*********
39
43