summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add_facade_started-14f9bc34fac89371.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/add_facade_started-14f9bc34fac89371.yaml')
-rw-r--r--releasenotes/notes/add_facade_started-14f9bc34fac89371.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/add_facade_started-14f9bc34fac89371.yaml b/releasenotes/notes/add_facade_started-14f9bc34fac89371.yaml
new file mode 100644
index 0000000..52154f2
--- /dev/null
+++ b/releasenotes/notes/add_facade_started-14f9bc34fac89371.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Added new ``.is_started`` boolean flag to enginefacade context manager
+ and factory objects, so that double-configure scenarios can be prevented
+ by calling code. Additionally, the ``TypeError`` raised when configure
+ is called after the factory is started is now a specific subclass
+ ``enginefacade.AlreadyStartedError``.