Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 934 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 934 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 - 2021-04-11

Added

  • Support for preventing SpringBoot to reconfigure logging system. It's enabled by default.

0.2.0 - 2021-03-28

Changed

  • TestExecutionListener will no longer throw unhandled exception if there is no slf4j or logback in classpath. If required libraries are missing - nop mode is activated.

0.1.0 - 2020-08-30

Added

  • TestExecutionListener that discards all log events related to passing tests