summaryrefslogtreecommitdiff
path: root/addons/project/doc/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'addons/project/doc/changelog.rst')
-rw-r--r--addons/project/doc/changelog.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/addons/project/doc/changelog.rst b/addons/project/doc/changelog.rst
new file mode 100644
index 00000000..ba5b242f
--- /dev/null
+++ b/addons/project/doc/changelog.rst
@@ -0,0 +1,16 @@
+.. _changelog:
+
+Changelog
+=========
+
+`trunk (saas-2)`
+----------------
+
+- Stage/state update
+
+ - ``project.task``: removed inheritance from ``base_stage`` class and removed
+ ``state`` field. Added ``date_last_stage_update`` field holding last stage_id
+ modification. Updated reports.
+ - ``project.task.type``: removed ``state`` field.
+
+- Removed ``project.task.reevaluate`` wizard.