Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 814 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 814 Bytes

Changelog

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.

0.3.0 - 2017-12-05

Added

  • TestHandler — special implementation of TransactonHandler which is useful for testing of application services.

0.2.1 - 2017-09-29

Fixed

  • TransactionManager::runTransactional() does not call TransactionHandler::rollBack() after exception thrown by TransactionHandler::commit().

0.2.0 - 2017-09-18

Changed

  • LitGroup\Transaction\Exception\StateException was moved to LitGroup\Transaction\StateException.

Removed

  • Exception\TransactionException.

0.1.0 - 2017-09-11

  • Initial version.