~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-19 23:40:39 UTC
  • mfrom: (3074.2.12 patience_tuples)
  • Revision ID: pqm@pqm.ubuntu.com-20071219234039-462zdjboqfg4lcr1
(jam) allow _patience_diff_c to support any object that supports
        hash()

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
      dictionary instead of ``get_parents`` returning a list.
84
84
      ``get_parents`` is now considered deprecated.  (John Arbash Meinel)
85
85
 
 
86
    * Patience Diff now supports arbitrary python objects, as long as they
 
87
      support ``hash()``. (John Arbash Meinel)
 
88
 
86
89
  API BREAKS:
87
90
 
88
91
  TESTING: