diff --git a/CHANGELOG.md b/CHANGELOG.md index 40461e7..f6d3779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # History of changes +## Version 0.4.0 (2024/09/03) + +This release updates the plugin to be used with Spyder 6 and fixes a bug. + +### Bug fix + +* Allow Python code to have non-ASCII characters ([Issue 90](https://github.com/spyder-ide/spyder-line-profiler/issues/90), [PR 92](https://github.com/spyder-ide/spyder-line-profiler/pull/92)) + +### Maintenance + +* Make plugin compatible with Spyder 6 ([Issue 86](https://github.com/spyder-ide/spyder-line-profiler/issues/86), [Issue 91](https://github.com/spyder-ide/spyder-line-profiler/issues/91), [PR 87](https://github.com/spyder-ide/spyder-line-profiler/pull/87), [PR 93](https://github.com/spyder-ide/spyder-line-profiler/pull/93)) +** Thanks to [Reinert Huseby Karlsen](https://github.com/rhkarls) and [Simon Kern](https://github.com/skjerns) for help with this! + + ## Version 0.3.2 (2023/06/24) This version contains some bug fixes and is compatible with Spyder 5.4.