summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2011-04-19 20:59:18 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2011-04-23 21:59:52 +0100
commit56077a1d890d079e5d0fe6291706a037395db158 (patch)
tree2daee4d28e54eab56bd3c32d1d8a51b01d074800 /NEWS
parent754541d94a53004aa38dfb163f49f9e258930ca5 (diff)
Change FieldDetails.parameters to be a MultiMap<string, string>
Helps: bgo#640092
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dde2f31..7a06e05 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ API changes:
* Removed LinkedHashSet in favour of Gee.HashSet
* Backend.persona_stores is now of type Map<string, PersonaStore>
* GroupDetails.groups is now of type Set<string>
+* FieldDetails.parameters is now of type MultiMap<string, string>
+* FieldDetails.get_parameter_values() now returns type Collection<string>
+* FieldDetails.extend_parameters() now takes type MultiMap<string, string>
Overview of changes from libfolks 0.4.0 to libfolks 0.5.0
=========================================================