- Fix handling case of missing object in admin revert (julianklotz)
5.0.5
------------------
- Handling case of missing object in admin revert (etianen, PavelPancocha) - CI improvements (etianen, browniebroke)
5.0.4
------------------
- Fix warning log formatting for failed reverts (tony).
5.0.3
------------------
- A revision will no longer be created if a transaction is marked as rollback, as this would otherwise cause an additional database error (proofit404). - A warning log is now emitted if a revert fails due to database integrity errors, making debugging the final ``RevertError`` easier.