File: /var/www/ecom/wp-content/plugins/payoneer-checkout/modules/inpsyde/logger/CHANGELOG.md
# Change log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [[*next-version*]] - YYYY-MM-DD
## [1.2.0] - 2023-06-06
### Added
- Separate config option for toggling backgrace logging.
### Changed
- Exception logging include previous exception now.
## [1.1.0] - 2023-01-18
### Added
- Query Monitor logger.
- Multiple Loggers support via Delegating Logger.
- Add plugin version to the log handler.
## [1.0.0] - 2022-11-15
### Added
- Object formatter allowing to create a string representation of object.
## [0.2.0-alpha1] - 2021-12-09
### Changed
- Use WC_Logger from external service
## [0.1.0] - 2021-09-09
Initial version.