diff options
author | Travis Reitter <travis.reitter@collabora.co.uk> | 2011-04-12 00:43:51 -0700 |
---|---|---|
committer | Travis Reitter <travis.reitter@collabora.co.uk> | 2011-04-12 00:50:40 -0700 |
commit | 9d34cdb3773b89b448c0759f011187f9bef213f6 (patch) | |
tree | b823157f400dfc7a41c2e51ab2698ca8e721ee12 | |
parent | 4d4bace24f49e44648f61792ebacc87107d55c93 (diff) |
Add NEWS entry for potential matches.
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,7 @@ Bugs fixed: Trf.Persona fails * Bug 647298 — folks-inspect gets SIGSEGV when trying to auto-complete parameters +* Bug 646948 — Support for potential matches API changes: * Add equal () to StructuredName @@ -42,6 +43,9 @@ API changes: IDs (such as for the Tracker backend Personas) * Add WebServiceDetails interface for linking Personas based on web service accounts (such as for the libsocialweb backend Personas) +* Add PotentialMatch class and IndividualAggregator.get_potential_matches() and + IndividualAggregator.get_all_potential_matches() to suggest Individuals that + may match the given Individual or all potential matches, respectively. Overview of changes from libfolks 0.3.6 to libfolks 0.4.0 ========================================================= |