All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
TestHandler— special implementation ofTransactonHandlerwhich is useful for testing of application services.
TransactionManager::runTransactional()does not callTransactionHandler::rollBack()after exception thrown byTransactionHandler::commit().
LitGroup\Transaction\Exception\StateExceptionwas moved toLitGroup\Transaction\StateException.
Exception\TransactionException.
- Initial version.