Skip to content

Commit

Permalink
[WorkflowBundle] add deprecation log
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Feb 27, 2019
1 parent cae90d3 commit 91d1856
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG-2.0.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Within V2

## 2.0.5:
- Deprecations:
- [WorkflowBundle] refactor state change logging (https://github.com/coreshop/CoreShop/pull/835)
- `CoreShop\Bundle\OrderBundle\Workflow\OrderHistoryLogger` has been deprecated, use `CoreShop\Bundle\WorkflowBundle\History\HistoryLoggerInterface` instead
- `CoreShop\Bundle\OrderBundle\Workflow\OrderStateHistoryLogger` has been deprecated, use `CoreShop\Bundle\WorkflowBundle\History\StateHistoryLoggerInterface` instead
- `CoreShop\Bundle\OrderBundle\Workflow\WorkflowStateManager` has been deprecated, use `CoreShop\Bundle\WorkflowBundle\StateManager\WorkflowStateInfoManagerInterface` instead

## 2.0.4
- Features:
- [Reports] Reports Grid Sorting (https://github.com/coreshop/CoreShop/pull/828)
Expand Down

0 comments on commit 91d1856

Please sign in to comment.