# HG changeset patch
# User Christophe de Vienne <christophe@cdevienne.info>
# Date 1691500775 -7200
#      Tue Aug 08 15:19:35 2023 +0200
# Node ID 4504b899c5bb04baa9dd041b06555ca2130a3eab
# Parent  b65579d4b5cad4e75ad4ebfe12fef462187eae22
Add 3.3.1 release notes

diff --git a/source/releasenotes/3.3.1.rst b/source/releasenotes/3.3.1.rst
new file mode 100644
--- /dev/null
+++ b/source/releasenotes/3.3.1.rst
@@ -0,0 +1,24 @@
+3.3.1 (2023-07-11)
+==================
+
+First patch release of the 3.3.x series.
+
+Changes
+-------
+
+Here is the complete changelog of this version:
+
+- director: Max delay between attempts and delay increase factor can now be
+  changed in a Actor config with the following entries:
+
+  - ``xbus.director.delay.max``: a duration. Accepted units are 'ms', 's', 'm', 'h'
+
+  - ``xbus.director.delay.increase-factor``: a increase factor. Can be expressed
+    as a percentage as in "50%", or a floating point number as in "0.5".
+
+- Fix: Canceling a process now properly unshedule jobs that are waiting for a 
+  new attempt after a TooBusy error.
+
+- api: implement 'Actor.Create'. The API existed already but was never
+  implemented.
+