~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(gz) Make the plugins command work again on ckj terminals (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
* Correct parent is now set when using 'switch -b' with bound branches.
74
74
  (A. S. Budden, #513709)
75
75
 
 
76
* Fix `bzr plugins` regression in bzr 2.4 which resulted in a traceback
 
77
  from writelines on ckj terminals. (Martin [GZ], #754082)
 
78
 
76
79
* ``WT.inventory`` and ``WT.iter_entries_by_dir()`` was not correctly
77
80
  reporting subdirectories that were tree references (in formats that
78
81
  supported them). (John Arbash Meinel, #764677)