From c98c6e65ac9ae92ea07f1d99b7a7b744c83dee54 Mon Sep 17 00:00:00 2001 From: Betsy Gitelman Date: Thu, 27 Jun 2024 13:42:33 -0400 Subject: [PATCH] Edits to PR5802: Migration Portal 4.10 release --- .../4/01_mp_release_notes/mp_4.10.0_rel_notes.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.10.0_rel_notes.mdx b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.10.0_rel_notes.mdx index 2d5e4072b65..75a1cc6e6ad 100644 --- a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.10.0_rel_notes.mdx +++ b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.10.0_rel_notes.mdx @@ -9,11 +9,11 @@ New features, enhancements, bug fixes, and other changes in Migration Portal 4.1 | Type | Description | |--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Enhancement | Added support for Postgres `tablefunc` extension functions, such as `crosstab`, in user repairs of incompatible DDL objects. The `crosstab` function is commonly used as a workaround for the Oracle `PIVOT` operator, which is not available in Postgres. | +| Enhancement | Added support for Postgres `tablefunc` extension functions, such as `crosstab`, in user repairs of incompatible DDL objects. The `crosstab` function is commonly used as a workaround for the Oracle `PIVOT` operator, which isn't available in Postgres. | | Enhancement | Added a Migration Portal Knowledge Base entry that describes the use of the Postgres `tablefunc` extension `crosstab` function as a workaround for the Oracle `PIVOT` operator. | | Bug fix | Fixed the issue that caused the Migration Portal to refresh when selecting the **Projects** tab after selecting the **Portal Wiki** tab. | -| Bug fix | Improved the error handling capabilities of AI Copilot. It now provides the user with better information about any errors returned from the backend server. | -| Bug fix | Fixed the vertical scroll for AI Copilot so that it automatically scrolls as new information is displayed. | -| Bug fix | Fixed the error that caused AI Copilot to lose in-progress streaming response if the user navigates to a different tab. | -| Bug fix | Fixed the error that caused the Quick Help section on the workspace page to go blank when the user navigates from the AI Copilot tab. | -| Bug fix | Improved AI Copilot to support adding line breaks in the AI Copilot text box using modifier keys (control, command, option, shift keys) along with Enter. | +| Bug fix | Improved the error handling capabilities of AI Copilot. It now provides better information about any errors returned from the backend server. | +| Bug fix | Fixed the vertical scroll for AI Copilot so that it scrolls as new information is displayed. | +| Bug fix | Fixed the error that caused AI Copilot to lose in-progress streaming response when navigating to a different tab. | +| Bug fix | Fixed the error that caused the Quick Help section on the workspace page to go blank when navigating from the AI Copilot tab. | +| Bug fix | Improved AI Copilot to support adding line breaks in the AI Copilot text box using modifier keys (Control, Command, Option, Shift keys) along with Enter. |