rename use_pagespec to pagespec_match_list
[ikiwiki.git] / debian / changelog
index 3a6fdf77d22495ca5d60e8479022195c7a298e3a..49809e6cf0f915e3aa0b2f3c069c0d9c40ed57c3 100644 (file)
@@ -33,9 +33,9 @@ ikiwiki (3.14159266) UNRELEASED; urgency=low
     info.
   * Plugins providing PageSpec `match_*` functions should pass additional
     influence information when creating result objects.
-  * Added `use_pagespec` function, that plugins can use to find a list
-    of matching pages and add dependencies and influences, all at once,
-    and efficiently.
+  * 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 calls, when refreshing,
     by only checking new files.