doc/changes/3.25.rst
changeset 11963 64ecd4d96ac7
parent 11951 330f240435b0
child 12081 34dad81d955f
--- a/doc/changes/3.25.rst	Mon Feb 20 15:56:07 2017 +0100
+++ b/doc/changes/3.25.rst	Mon May 11 13:57:34 2015 +0200
@@ -8,6 +8,9 @@
   allow to switch off internal connection pooling for use with others poolers
   such as pgbouncer_.
 
-
 .. _pgbouncer: https://pgbouncer.github.io/
 
+
+* A new way to declare workflows as simple data structure (dict/list) has been
+  introduced. Respective utility functions live in ``cubicweb.wfutils``
+  module. This handles both the creation and migration of workflows.