You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/11/11.0.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,6 @@ For details on upgrading to Studio Pro 11, see [Upgrading from Mendix Studio Pro
192
192
193
193
### Breaking Changes
194
194
195
-
- We enabled entity access on the **ShowHomePage** microflow in the **System** module that is automatically included in each app. This reduces security concerns by providing a secure default. For more information, see the [Using the ShowHomePage Microflow in the System Module](/refguide/upgrading-from-10-to-11/#apply-entity-access) section in *Upgrading from Mendix Studio Pro 10 to 11*. (Ticket 92564)
196
195
- We added a new method `allowMathOperators` to `XPathQueryBase` Java API and its extensions. It can be used to enable mathematical operators in the XPath query.
197
196
- XPaths created with Java API `Core.createXPathQuery` no longer accept mathematical operators by default. In order to use mathematical operators, it is now required to enable them for the query using new `allowMathOperators` method. For example:
0 commit comments