~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-25 20:35:28 UTC
  • mfrom: (3831.1.6 revision_strictness)
  • Revision ID: pqm@pqm.ubuntu.com-20081125203528-0vccybk8fasrh3fn
(jam) Part of bug #295161, prohibit characters that won't round trip.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
  API CHANGES:
60
60
 
 
61
    * ``CommitBuilder`` now validates the strings it will be committing,
 
62
      to ensure that they do not have characters that will not be properly
 
63
      round-tripped. For now, it just checks for characters that are
 
64
      invalid in the XML form. (John Arbash Meinel, #295161)
 
65
 
61
66
    * Constructor parameters for NewPack (internal to pack repositories)
62
67
      have changed incompatibly.
63
68