diff --git a/CHANGES.md b/CHANGES.md index 2a7b702..fc6bec5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,7 +7,8 @@ * Add `is_binned` to axis GUI, make index of the navigation axis editable ([#39](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/39)). * Fix loading GUI ([#38](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/38)). * Improve rendering changelog on github and fix hyperlinks in `README.md` ([#42](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/42)). -* Speed up import time by importing submodules lazily ([#41](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/41)) +* Speed up import time by importing submodules lazily and drop support for python 3.6 ([#41](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/41)). +* Add python 3.10 to github CI and update github actions versions ([#43](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/43)). ## v1.4.0 (2021-04-13)