Rework write() to make it easier for plugins to replace it.
[rawdog/.git] / NEWS
diff --git a/NEWS b/NEWS
index b1c9e52187601e8a271d112ab13800d52a904b5f..9df3dfd71067828e3300a199eb10faf668667721 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,13 @@ Foster).
 
 Remove some unnecessary imports found by pyflakes.
 
+Add output_sorted_filter and output_write_files hooks, deprecating
+the output_write hook (which wasn't very useful originally, and isn't
+used by any of the plugins I've been sent). Restructure the "write" code
+so that it should be far easier to write custom output plugins: there
+are several new methods on Rawdog for doing different bits of the write
+process.
+
 - rawdog 2.4
 
 Provide guid in item templates (suggested by Rick van Rein).