~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-13 00:51:40 UTC
  • mfrom: (2916.2.17 streamable-containers)
  • Revision ID: pqm@pqm.ubuntu.com-20071113005140-mp4owdlrd1ccnqc9
(robertc) Streaming-friendly container APIs. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
  INTERNALS:
82
82
 
 
83
   * Added ``ContainerSerialiser`` and ``ContainerPushParser`` to
 
84
     ``bzrlib.pack``.  These classes provide more convenient APIs for generating
 
85
     and parsing containers from streams rather than from files.  (Andrew
 
86
     Bennetts)
 
87
 
83
88
  TESTING:
84
89
 
85
90