summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add_facade_started-14f9bc34fac89371.yaml
blob: 52154f21b89c99946135618fd7bc7e267f6ccc7c (plain)
1
2
3
4
5
6
7
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``.