diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0a56b6..8e031951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [1.3.0] -## Added +### Added - WSL support (thanks to @clohal) -## Changed +### Changed - Fix bug where recursion didn't work and some parts of the code couldn't be executed (Python executor's usage of `exec`/`eval`) (thanks to @clohal) - Fix formatting for the Scale section in the README.md (thanks to @cbarond) - Fix mixed up mathematica settings (thanks to @clohal) - Fix wrong setting for Mathematica +- Improve styles (thanks to @milan338) +- Refactor interactive executors to cut down on code reuse (thanks to @chlohal) +- Fix Error Notif on Success (thanks to @clohal) ## [1.2.0] - 2022-10-19 ### Added