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 ofTransactonHandler
which is useful for testing of application services.
TransactionManager::runTransactional()
does not callTransactionHandler::rollBack()
after exception thrown byTransactionHandler::commit()
.
LitGroup\Transaction\Exception\StateException
was moved toLitGroup\Transaction\StateException
.
Exception\TransactionException
.
- Initial version.