Edit CHANGELOG.md

This commit is contained in:
Romain Failliot 2021-11-18 12:08:23 -05:00
parent 08942ea026
commit 701b3453b5
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- New options: log_print_output and log_print_stack, to print the log messages
on the output and code stack
- New log function: utils.logErrorAndDialog, to both log and show a dialog
message
### Changed