+ * Plugins providing PageSpec `match_*` functions should pass additional
+ influence information when creating result objects.
+ * API change: `pagespec_match_list` has completly changed its interface.
+ The old interface will be removed soon, and a warning will be printed
+ if any plugins try to use it.
+ * Optimize away most expensive file prune checks, when refreshing,
+ by only checking new files.