Skip to content

Commit aa70041

Browse files
committed
Document API changes in Changelog
1 parent 2b31e8b commit aa70041

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

changelogs/Spyder-6.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272

7373
* **Breaking** - The `create_ipyclient_for_server` and `get_kernels` methods were removed.
7474
* Add `sig_server_changed` signal to report when a server was added or removed.
75+
* Add `sig_create_env_requested` and `sig_import_env_requested` to request creating or importing a remote environment (they work if the
76+
Spyder-env-manager plugin is installed).
7577
* Add `get_server_name` method to get a server name given its id.
7678
* Add `register_api` and `get_api` methods in order to get and register new rest API modules for the remote client.
7779
* Add `get_jupyter_api` method to get the Jupyter API to interact with a remote Jupyter server.
@@ -116,7 +118,7 @@
116118
aliases are retained for backward compatibility but may be removed in Spyder 7+.
117119
* Add `Profile` constant to `RunMenuSections`.
118120

119-
### Toolbar
121+
#### Toolbar
120122

121123
* Add `Profile` constant to `ApplicationToolbars`.
122124

@@ -154,6 +156,7 @@
154156
#### General API
155157

156158
* **Breaking** - Remove `old_conf_version` method from `SpyderConfigurationAccessor`.
159+
* Add `OptionalPlugins` enum for plugins that Spyder can rely on to provide additional functionality.
157160

158161
----
159162

0 commit comments

Comments
 (0)