From 11c5f904ec0152650625e2ef6d0aa74f98243c61 Mon Sep 17 00:00:00 2001 From: Denis Spitsyn Date: Mon, 4 Nov 2024 10:47:56 +0000 Subject: [PATCH] Add missed changes --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a96f0e68..6383f3566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,7 +56,6 @@ * Acceleration of opening files due to rendering the slide before loading of images * Implemented a more visual way of selecting animation from the extended list - * Added the `Random` transition #### Forms @@ -96,6 +95,10 @@ * Added the `users` parameter, similar to `users` in [callback handler](https://api.onlyoffice.com/editors/callback#users) in the response to the [`info`](https://api.onlyoffice.com/editors/command/info) command +* The `handlers` `ConvertService.ashx` and `coauthoring/CommandService.ashx` + are deprecated, it is recommended to use `converter` and `command` instead +* The ability to make a `GET` request to `converter` and `command` + is deprecated, it is recommended to use `POST` instead #### WOPI