diff --git a/content/en/docs/releasenotes/studio-pro/10/10.21.md b/content/en/docs/releasenotes/studio-pro/10/10.21.md index 7528a87c015..b7f8ba563e2 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.21.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.21.md @@ -135,6 +135,7 @@ This improvement simplifies widget code. Widget developers no longer need to set * mx command-line tool now creates projects in MPRv2 format by default. You can specify `--use-mpr-format-v1` feature flag if you need to create MPRv1 project. * We made it possible to load Typescript-based extensions via an add-on module. * It is now possible to create Typescript-based extensions using the [public NPM package](https://www.npmjs.com/package/@mendix/extensions-api). +* We optimized the **History** dialog to load significantly faster for full and partial clones, and increased the batch size in the **History** pane from 25 to 250. The batch size remains 25 when viewing the history for a single document. ### Fixes diff --git a/content/en/docs/releasenotes/studio-pro/10/10.22.md b/content/en/docs/releasenotes/studio-pro/10/10.22.md index a5934cfad82..db32c8d0087 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.22.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.22.md @@ -51,6 +51,7 @@ weight: 78 * The **Connector** pane now features page and snippet variables. * We improved SQL parsing in the External Database Connector to correctly ignore parameters inside comments. * We retracted the `mx.exe git-merge` command to prevent unexpected issues in Studio Pro after introducing this as an automatically configured merge driver in Studio Pro [10.21](/releasenotes/studio-pro/10.21/#git-merge-command). +* We optimized the **History** dialog to load significantly faster for full and partial clones, and increased the batch size in the **History** pane from 25 to 250. The batch size remains 25 when viewing the history for a single document. ### Fixes