summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2015-08-17 14:28:14 -0500
committerMike Gorse <mgorse@suse.com>2015-08-17 14:28:14 -0500
commit83f9456d2ee94ee1cf73849681fac08a23127d87 (patch)
treeea3e927c7e7d3e19f4483dbf294b22e58a213908
parentb2c8c4c7230742b683db3d69a608950fede76b6c (diff)
downloadat-spi2-core-83f9456d2ee94ee1cf73849681fac08a23127d87.tar.gz
Release v2.17.90AT_SPI2_CORE_2_17_90
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4a56efa6..1c725d01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-core 2.17.90:
+
+* Modified the cache API to specify an object's index and child count
+ rather than its children. This eliminates the need for the application
+ to enumerate its children, improving performance in some places with
+ large lists (bgo#650090).
+
What's new in at-spi2-core 2.17.1:
* Functions shouldn't try to return values (bgo#749330).