~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-08-08 02:57:22 UTC
  • mto: This revision was merged to the branch mainline in revision 2687.
  • Revision ID: robertc@robertcollins.net-20070808025722-26wvnolkzmnse7s1
* The ``bzrlib.pack`` interface has changed to use tuples of bytestrings
  rather than just bytestrings, making it easier to represent multiple
  element names. As this interface was not used by any internal facilities
  since it was introduced in 0.18 no API compatibility is being preserved.
  The serialised form of these packs is identical with 0.18 when a single
  element tuple is in use. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
    * Ancient unused ``Repository.text_store`` attribute has been removed.
136
136
      (Robert Collins)
137
137
 
 
138
    * The ``bzrlib.pack`` interface has changed to use tuples of bytestrings
 
139
      rather than just bytestrings, making it easier to represent multiple
 
140
      element names. As this interface was not used by any internal facilities
 
141
      since it was introduced in 0.18 no API compatibility is being preserved.
 
142
      The serialised form of these packs is identical with 0.18 when a single
 
143
      element tuple is in use. (Robert Collins)
 
144
 
138
145
  INTERNALS:
139
146
 
140
147
    * merge now uses ``iter_changes`` to calculate changes, which makes room for