~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-23 21:08:26 UTC
  • mfrom: (2849.1.1 index)
  • Revision ID: pqm@pqm.ubuntu.com-20070923210826-t3ymvo1l68z96in1
(robertc) Tweak index -Devil tracing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
 
92
92
  API BREAKS:
93
93
 
94
 
   * ``KnitVersionedFile.add*`` will no longer cache added records even when
95
 
     enable_cache() has been called - the caching feature is now exclusively for
96
 
     reading existing data. (Robert Collins)
97
 
 
98
94
   * The ``VersionedFile`` interface now allows content checks to be bypassed
99
95
     by supplying check_content=False.  This saves nearly 30% of the minimum
100
96
     cost to store a version of a file. (Robert Collins)