summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2011-04-20 01:02:54 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2011-04-23 22:00:32 +0100
commit290c04b913002f5630b3ce3a72620f5b9964cae8 (patch)
tree03e9ccd5160611ba2efa73dadb623ce24b249789 /NEWS
parent2d66369e4196c71aa390405ee82c67dd4af980ca (diff)
Change IndividualAggregator.get_[all_]potential_matches() to return a Map
We don't want to expose the fact that we're using a *hash* map internally. Helps: bgo#640092
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 64d7212..9fa9354 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,10 @@ API changes:
* IndividualAggregator.individuals_changed now uses
Set<Individual>-typed parameters
* IndividualAggregator.link_personas() now takes a Set<Persona>
+* IndividualAggregator.get_all_potential_matches() now returns a
+ Map<Individual, Map<Individual, MatchResult>>
+* IndividualAggregator.get_potential_matches() now returns a
+ Map<Individual, MatchResult>
Overview of changes from libfolks 0.4.0 to libfolks 0.5.0
=========================================================