~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-08-22 02:29:08 UTC
  • mto: This revision was merged to the branch mainline in revision 3644.
  • Revision ID: john@arbash-meinel.com-20080822022908-420tr0519tdz6pxy
NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
  INTERNALS:
62
62
 
 
63
    * ``bzrlib.btree_index`` is now available, providing a b-tree index
 
64
      layer. The design is memory conservative (limited memory cache),
 
65
      faster to seek (approx 100 nodes per page, gives 100-way fan out),
 
66
      and stores compressed pages allowing more keys per page.
 
67
      (Robert Collins, John Arbash Meinel)
 
68
 
63
69
    * ``bzrlib.diff.DiffTree.show_diff`` now skips changes where the kind
64
70
      is unknown in both source and target.
65
71
      (Robert Collins, Aaron Bentley)